DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on FA_TRANSACTION_HEADERS

Line 572: from fa_transaction_headers

568: l_trx_source_info.entity_type_code := 'TRANSACTIONS';
569:
570: select event_id
571: into l_event_id
572: from fa_transaction_headers
573: where transaction_header_id = p_transaction_header_id;
574:
575: XLA_EVENTS_PUB_PKG.update_event
576: (p_event_source_info => l_trx_source_info,

Line 669: from fa_transaction_headers

665: l_trx_source_info.entity_type_code := 'TRANSACTIONS';
666:
667: select event_id
668: into l_event_id
669: from fa_transaction_headers
670: where transaction_header_id = p_transaction_header_id;
671:
672: XLA_EVENTS_PUB_PKG.delete_event
673: (p_event_source_info => l_trx_source_info,