DBA Data[Home] [Help]

APPS.LNS_XLA_EVENTS dependencies on XLA_ENTITY_TYPES_B

Line 139: ,xla_entity_types_b xet

135: p_valuation_method VARCHAR2) IS
136: SELECT xe.event_id
137: FROM xla_transaction_entities xte
138: ,xla_events xe
139: ,xla_entity_types_b xet
140: WHERE xte.application_id = p_application_id
141: AND xte.ledger_id = p_ledger_id
142: AND xte.entity_code = p_entity_type_code
143: AND NVL(xte.source_id_int_1,-99) = NVL(p_source_id_int_1,-99)