DBA Data[Home] [Help]

APPS.LNS_XLA_EVENTS dependencies on XLA_ENTITY_TYPES_B

Line 114: ,xla_entity_types_b xet

110: p_valuation_method VARCHAR2) IS
111: SELECT xe.event_id
112: FROM xla_transaction_entities xte
113: ,xla_events xe
114: ,xla_entity_types_b xet
115: WHERE xte.application_id = p_application_id
116: AND xte.ledger_id = p_ledger_id
117: AND xte.entity_code = p_entity_type_code
118: AND NVL(xte.source_id_int_1,-99) = NVL(p_source_id_int_1,-99)