General Ledger - EBS (MOSC)

MOSC Banner

link between payable and XLA Tables

edited Nov 18, 2019 9:47AM in General Ledger - EBS (MOSC) 2 commentsAnswered ✓

Dear All,

im trying to implement a query to know who created the transaction, invoice .. anything related to payment with GL

if i click on drilldown the view transaction -> the click on help -> record history i want to know: created by

i write this query but still there is something missing if the, can you please hekp:

if UPPER(:source) like 'PAYABLES' then 

 

 

  SELECT  distinct    xte.entity_code into vcode

  FROM                            

       gl_code_combinations gcc,

       xla.xla_transaction_entities xte,

       xla.xla_events xev,

       xla.xla_ae_headers xah,

       xla.xla_ae_lines xal,

       gl_import_references gir,

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