DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on XLA_TRANSACTION_ENTITIES

Line 1236: xla_transaction_entities xte

1232: INSERT into XLA_ACCT_PROG_EVENTS_GT (Event_Id)
1233: SELECT xe.event_id
1234: FROM xla_events xe,
1235: xla_events_int_gt xegt,
1236: xla_transaction_entities xte
1237: WHERE xe.entity_id = xte.entity_id
1238: AND xe.application_id = 707
1239: AND nvl(xegt.budgetary_control_flag,'N') = 'N'
1240: AND nvl(xe.budgetary_control_flag,'N') = 'N'

Line 1272: xla_transaction_entities xte

1268: SELECT xe.event_id,
1269: 'UNPROCESSED'
1270: FROM xla_events xe,
1271: xla_events_int_gt xegt,
1272: xla_transaction_entities xte
1273: WHERE xe.entity_id = xte.entity_id
1274: AND xe.application_id = 707
1275: AND nvl(xegt.budgetary_control_flag,'N') = 'Y'
1276: AND nvl(xe.budgetary_control_flag,'N') = 'Y'