DBA Data[Home] [Help]

APPS.FA_PROCESS_GROUPS_PKG dependencies on FA_XLA_EVENTS_PVT

Line 573: if not fa_xla_events_pvt.update_inter_transaction_event

569: -- bug 5475029: modified the following if condition
570: --if (l_trans_rec.trx_reference_id is not null and lm_trans_rec.event_id is not null) then
571: if (nvl(l_trx_ref_type,'STANDARD TRX') = 'INVOICE TRANSFER') then
572:
573: if not fa_xla_events_pvt.update_inter_transaction_event
574: (p_ledger_id => l_asset_hdr_rec.set_of_books_id,
575: p_trx_reference_id => lm_trans_rec.trx_reference_id,
576: p_book_type_code => p_book,
577: p_event_type_code => l_event_type_code,

Line 595: if not fa_xla_events_pvt.update_transaction_event

591: -- direct group transaction
592: l_thid := l_trans_rec.transaction_header_id;
593: end if;
594:
595: if not fa_xla_events_pvt.update_transaction_event
596: (p_ledger_id => l_asset_hdr_rec.set_of_books_id,
597: p_transaction_header_id => l_thid,
598: p_book_type_code => p_book,
599: p_event_type_code => l_event_type_code,