DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FA_XLA_EVENTS_PVT

Line 565: if not fa_xla_events_pvt.delete_transaction_event

561: BEGIN
562:
563: FOR trx_rec IN get_trx_id LOOP
564:
565: if not fa_xla_events_pvt.delete_transaction_event
566: (p_ledger_id => px_asset_hdr_rec.set_of_books_id,
567: p_transaction_header_id => trx_rec.transaction_header_id,
568: p_book_type_code => trx_rec.book_type_code,
569: p_asset_type => p_asset_type_rec.asset_type,

Line 578: if not fa_xla_events_pvt.delete_deprn_event

574:
575: END LOOP; -- end for
576:
577: FOR deprn_rec IN get_deprn_id LOOP
578: if not fa_xla_events_pvt.delete_deprn_event
579: (p_event_id =>deprn_rec.event_id,
580: p_ledger_id =>px_asset_hdr_rec.set_of_books_id,
581: p_asset_id =>px_asset_hdr_rec.asset_id,
582: p_book_type_code =>px_asset_hdr_rec.book_type_code,