DBA Data[Home] [Help]

APPS.FA_RETIREMENT_ADJUSTMENT_PUB dependencies on FA_XLA_EVENTS_PVT

Line 384: if not FA_XLA_EVENTS_PVT.create_transaction_event

380: )) then
381: raise ret_adj_err;
382: end if;
383:
384: if not FA_XLA_EVENTS_PVT.create_transaction_event
385: (p_asset_hdr_rec => px_asset_hdr_rec,
386: p_asset_type_rec => l_asset_type_rec,
387: px_trans_rec => px_trans_rec,
388: p_event_status => NULL,

Line 536: l_secondary_sob_id := FA_XLA_EVENTS_PVT.get_secondary_sob_id(px_asset_hdr_rec.book_type_code);

532: p_log_level_rec => p_log_level_rec
533: ) then
534: raise ret_adj_err;
535: end if; -- do_adjustment
536: l_secondary_sob_id := FA_XLA_EVENTS_PVT.get_secondary_sob_id(px_asset_hdr_rec.book_type_code);
537: if(l_reporting_flag = 'R') and (fa_cache_pkg.fazcbc_record.set_of_books_id <> l_mrc_asset_hdr_rec.set_of_books_id) and (l_secondary_sob_id = l_mrc_asset_hdr_rec.set_of_books_id) then
538: l_secondary_asset_hdr_rec := px_asset_hdr_rec;
539: l_secondary_trans_rec := px_trans_rec;
540: l_secondary_asset_hdr_rec.set_of_books_id := l_mrc_asset_hdr_rec.set_of_books_id;

Line 541: if not FA_XLA_EVENTS_PVT.create_transaction_event

537: if(l_reporting_flag = 'R') and (fa_cache_pkg.fazcbc_record.set_of_books_id <> l_mrc_asset_hdr_rec.set_of_books_id) and (l_secondary_sob_id = l_mrc_asset_hdr_rec.set_of_books_id) then
538: l_secondary_asset_hdr_rec := px_asset_hdr_rec;
539: l_secondary_trans_rec := px_trans_rec;
540: l_secondary_asset_hdr_rec.set_of_books_id := l_mrc_asset_hdr_rec.set_of_books_id;
541: if not FA_XLA_EVENTS_PVT.create_transaction_event
542: (p_asset_hdr_rec => l_secondary_asset_hdr_rec,
543: p_asset_type_rec => l_asset_type_rec,
544: px_trans_rec => l_secondary_trans_rec,
545: p_event_status => NULL,