DBA Data[Home] [Help]

APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_ENTITY_TYPES_B

Line 424: where not exists (select 1 from xla_entity_types_b xent

420: ,'N'
421: ,'XLA_UPG_ENCODE_INVALID'
422: ,entity_id
423: from xla_transaction_entities_upg xen
424: where not exists (select 1 from xla_entity_types_b xent
425: where xen.entity_code = xent.entity_code
426: and xen.application_id = xent.application_id)
427: and xen.application_id = p_application_id
428: and xen.upg_source_application_id = p_upgrading_application_id);

Line 622: , xla_entity_types_b xent

618: from xla_events xe
619: , xla_transaction_entities_upg xen
620: , xla_event_types_b xevt
621: , xla_acct_line_types_b xalb
622: , xla_entity_types_b xent
623: where xen.entity_id(+) = xe.entity_id
624: and xevt.event_type_code(+) = xe.event_type_code
625: and xevt.application_id(+) = xe.application_id
626: and xalb.application_id = xevt.application_id