DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on XLA_TRANSACTION_ENTITIES

Line 1909: FROM xla_transaction_entities

1905:
1906: fv_utility.log_mesg('l_sla_entity_id: '||l_sla_entity_id);
1907: SELECT transaction_number
1908: INTO l_reference_4
1909: FROM xla_transaction_entities
1910: WHERE entity_id = l_sla_entity_id;
1911: fv_utility.log_mesg('l_reference_4: '||l_reference_4);
1912:
1913: EXCEPTION