DBA Data[Home] [Help]

APPS.FV_IPAC dependencies on XLA_TRANSACTION_ENTITIES

Line 1752: FROM xla_transaction_entities

1748: SELECT entity_id,
1749: legal_entity_id
1750: INTO l_entity_id,
1751: l_legal_entity_id
1752: FROM xla_transaction_entities
1753: WHERE source_id_int_1 = NVL(p_cash_receipt_id , trx_receipt_rec.cash_receipt_id )
1754: AND application_id=222;
1755:
1756: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,