DBA Data[Home] [Help]

APPS.XLA_BALANCES_PKG dependencies on XLA_EVENTS_GT

Line 4308: ,xla_events_gt xeg

4304: ,ael.party_site_id
4305: ,ael.accounted_dr
4306: ,ael.accounted_cr
4307: FROM xla_events xev
4308: ,xla_events_gt xeg
4309: ,xla_ae_headers aeh
4310: ,xla_ae_lines ael
4311: ,gl_period_statuses gps
4312: WHERE xev.application_id = p_application_id

Line 4534: FROM xla_events_gt xeg

4530: ,ael.party_id
4531: ,NVL(ael.party_site_id,-999) party_site_id
4532: ,ael.accounted_dr
4533: ,ael.accounted_cr
4534: FROM xla_events_gt xeg
4535: ,xla_events xe
4536: ,xla_ae_headers aeh
4537: ,xla_ae_lines ael
4538: ,gl_period_statuses gps