DBA Data[Home] [Help]

APPS.XLA_BALANCES_PKG dependencies on XLA_EVENTS_GT

Line 4312: ,xla_events_gt xeg

4308: ,ael.party_site_id
4309: ,ael.accounted_dr
4310: ,ael.accounted_cr
4311: FROM xla_events xev
4312: ,xla_events_gt xeg
4313: ,xla_ae_headers aeh
4314: ,xla_ae_lines ael
4315: ,gl_period_statuses gps
4316: WHERE xev.application_id = p_application_id

Line 4538: FROM xla_events_gt xeg

4534: ,ael.party_id
4535: ,NVL(ael.party_site_id,-999) party_site_id
4536: ,ael.accounted_dr
4537: ,ael.accounted_cr
4538: FROM xla_events_gt xeg
4539: ,xla_events xe
4540: ,xla_ae_headers aeh
4541: ,xla_ae_lines ael
4542: ,gl_period_statuses gps