DBA Data[Home] [Help]

APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_EVENTS

Line 92: FROM xla_events xle,

88: xle.last_update_date LAST_UPDATE_DATE ,
89: xle.creation_date CREATION_DATE,
90: xle.transaction_date TRANSACTION_DATE
91:
92: FROM xla_events xle,
93: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym
94: xla_ledger_options xlo,
95: gl_period_statuses glp
96: WHERE xle.entity_id = xte.entity_id

Line 148: xla_events xle,

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
152: FROM gl_ledger_relationships glr1,

Line 197: FROM xla_events xle,

193: xle.last_update_date LAST_UPDATE_DATE ,
194: xle.creation_date CREATION_DATE,
195: xle.transaction_date TRANSACTION_DATE
196:
197: FROM xla_events xle,
198: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym
199: xla_ledger_options xlo
200: WHERE xle.entity_id = xte.entity_id
201: AND xle.application_id = xte.application_id

Line 247: xla_events xle,

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,
251: gl_ledger_relationships glr2