Process Manufacturing - EBS (MOSC)

MOSC Banner

Drilldown GL to OPM.

edited Nov 27, 2019 4:01AM in Process Manufacturing - EBS (MOSC) 3 commentsAnswered
I am looking for help with query to drilldown from GL to OPM. The source of my journal is 'Inventory' and I am unable to join the table XLA_DISTRIBUTION_LINKS to any of the PO/Receipt tables.

Following is the query i was using. Any help would be appreciated.

select xdl.source_distribution_type, xdl.*
FROM   gl_je_headers             gjh
     , gl_je_sources             gjs
     , gl_je_categories          gjc
     , gl_je_lines               gjl
     , gl_code_combinations_kfv  glcc
     , gl_import_references      gir
     , xla_ae_lines              xal
     , xla_ae_headers            xah
     , xla_events                xe
     , xla_event_types_tl        xet
     , xla_event_classes_tl      xect

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