General Ledger - EBS (MOSC)

MOSC Banner

Hello Members

edited May 10, 2017 11:57AM in General Ledger - EBS (MOSC) 9 commentsAnswered

Can someone assist me in the following query? I run the query and it completes normal without output.

SELECT    gjjlv.period_name             "Period Name"

, gjb.name                      "Batch Name"

, gjjlv.header_name             "Journal Entry For"

, gjjlv.je_source               "Source"

,glcc.concatenated_segments     "Accounts"

, NVL(gjjlv.line_entered_dr,0)  "Entered Debit"           

, NVL(gjjlv.line_entered_cr,0)   "Entered Credit"

, NVL(gjjlv.line_accounted_dr,0) "Accounted Debit"

, NVL(gjjlv.line_accounted_cr,0) "Accounted Credit"

, gjjlv.currency_code            "Currency"

, rctype.name                    "Trx type"

, rcta.trx_number                "Trx Number"

, rcta.trx_date                  "Trx Date"

, RA.CUSTOMER_NAME               "Trx Reference"

, gjh.STATUS                     "Posting Status"

, TRUNC(gjh.DATE_CREATED

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center