DBA Data[Home] [Help]

APPS.XLA_PERIOD_CLOSE_EXP_PKG dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 25: | XLA_TRANSACTION_ENTITIES_UPG so that |

21: | 26/07/2005 VS Koushik Created |
22: | 15/02/2006 VamsiKrishna Kasina Changed the package to use |
23: | Data Template. |
24: | 30/03/2011 VGOPISET Bug11830219 to change XTE to use the |
25: | XLA_TRANSACTION_ENTITIES_UPG so that |
26: | Trx Security is not applied |
27: +===========================================================================*/
28: --
29: -- To be used in query as bind variable

Line 93: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym

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
97: AND xle.application_id = xte.application_id

Line 149: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym

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

Line 198: xla_transaction_entities_upg xte, --bug11830219 changed from XTE to UPG synonym

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
202: AND xle.event_date BETWEEN p_start_date AND p_end_date

Line 248: xla_transaction_entities_upg xte --bug11830219 changed from XTE to UPG synonym

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
252: WHERE aeh.ledger_id = glr2.target_ledger_id