DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 815: xla_transaction_entities_upg xte,

811: g_action = G_ACTION_SWEEP))
812: AND EXISTS
813: (SELECT 1
814: FROM xla_events xe,
815: xla_transaction_entities_upg xte,
816: ap_org_attributes_gt aagt
817: WHERE xe.application_id = 200
818: AND xte.application_id = 200
819: AND xe.event_status_code IN ('U', 'I')

Line 2018: xla_transaction_entities_upg xte,

2014: CURSOR orphan_xla_event_headers IS
2015: SELECT xe.event_id,
2016: xah.ae_header_id
2017: FROM xla_events xe,
2018: xla_transaction_entities_upg xte,
2019: xla_ae_headers xah
2020: WHERE xe.application_id = 200
2021: AND xte.application_id = 200
2022: AND xah.application_id(+) = 200