DBA Data[Home] [Help]

APPS.OZF_GL_TRANSFER_PVT dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 43: xla_transaction_entities_upg te

39: te.security_id_int_1 security_id_int_1,
40: te.ledger_id ledger_id,
41: te.entity_code entity_code
42: FROM xla_events evt,
43: xla_transaction_entities_upg te
44: WHERE evt.application_id = 682
45: AND evt.event_status_code ='U'
46: AND evt.process_status_code IN ('U','I','D')
47: AND evt.entity_id = te.entity_id