DBA Data[Home] [Help]

APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_AE_HEADERS

Line 147: FROM xla_ae_headers aeh,

143: aeh.event_id EVENT_ID,
144: aeh.application_id APPLICATION_ID,
145: aeh.accounting_entry_status_code ACCOUNTING_ENTRY_STATUS_CODE,
146: aeh.gl_transfer_status_code GL_TRANSFER_STATUS_CODE
147: FROM xla_ae_headers aeh,
148: xla_events xle,
149: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym
150: gl_period_statuses glp
151: WHERE EXISTS (SELECT 1

Line 246: FROM xla_ae_headers aeh,

242: aeh.event_id EVENT_ID,
243: aeh.application_id APPLICATION_ID,
244: aeh.accounting_entry_status_code ACCOUNTING_ENTRY_STATUS_CODE,
245: aeh.gl_transfer_status_code GL_TRANSFER_STATUS_CODE
246: FROM xla_ae_headers aeh,
247: xla_events xle,
248: xla_transaction_entities_upg xte --bug11830219 changed from XTE to UPG synonym
249: WHERE EXISTS (SELECT 1
250: FROM gl_ledger_relationships glr1,