DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 1797: xla_transaction_entities_upg xet

1793: l_event_source_info.source_id_int_1,
1794: l_event_source_info.application_id
1795: from
1796: ar_adjustments adj ,
1797: xla_transaction_entities_upg xet
1798: where adj.adjustment_id = p_adjustment_id
1799: and adj.adjustment_id = xet.source_id_int_1
1800: and xet.entity_code ='ADJUSTMENTS'
1801: AND xet.application_id = 222