DBA Data[Home] [Help]

APPS.XLA_DATAFIXES_PUB dependencies on XLA_EVENT_TYPES_B

Line 562: l_orig_entity_code xla_event_types_b.entity_code%TYPE;

558: FROM xla_transaction_entities
559: WHERE application_id = p_application_id
560: AND entity_id = p_orig_entity_id;
561:
562: l_orig_entity_code xla_event_types_b.entity_code%TYPE;
563: l_new_description xla_ae_headers.description%TYPE;
564:
565: l_count number;--Bug 8752657
566: