DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on FA_TRANSACTION_HEADERS

Line 614: from fa_transaction_headers

610: and xeve.entity_id = xent.entity_id;
611: else
612: select event_id
613: into l_event_id
614: from fa_transaction_headers
615: where transaction_header_id = p_transaction_header_id;
616: end if;
617:
618: l_event_date := greatest(p_event_date,

Line 742: from fa_transaction_headers

738:
739: if (p_secondary_sob_id is null) then
740: select event_id
741: into l_event_id
742: from fa_transaction_headers
743: where transaction_header_id = p_transaction_header_id;
744: end if;
745:
746: -- Secondary Changes