DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS dependencies on XLA_TRANSACTION_ENTITIES

Line 1083: Select entity_id from xla_transaction_entities

1079: and adj.receivables_trx_id = -1
1080: AND exists
1081: (Select 'a' from xla_events
1082: where entity_id in (
1083: Select entity_id from xla_transaction_entities
1084: where entity_code = 'ADJUSTMENTS'
1085: and nvl(source_id_int_1 , -99) = adj.ADJUSTMENT_ID
1086: and ledger_id = adj.set_of_books_id
1087: and application_id = 222 )