DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_XLA_EVENTS_PVT

Line 462: if not FA_XLA_EVENTS_PVT.create_dual_transaction_event

458: px_src_trans_rec.who_info.creation_date := sysdate;
459: px_src_trans_rec.who_info.last_update_date := sysdate;
460: -- ER 14644811 : End
461:
462: if not FA_XLA_EVENTS_PVT.create_dual_transaction_event
463: (p_asset_hdr_rec_src => px_src_asset_hdr_rec,
464: p_asset_hdr_rec_dest => px_dest_asset_hdr_rec,
465: p_asset_type_rec_src => l_src_asset_type_rec,
466: p_asset_type_rec_dest => l_dest_asset_type_rec,

Line 478: l_secondary_sob_id := FA_XLA_EVENTS_PVT.get_secondary_sob_id(px_src_asset_hdr_rec.book_type_code);

474: /*=================================================================
475: Secondary Changes Start
476: If primary and secondary sob_id is different then we need to
477: create/update/delete event for secondary ledger*/
478: l_secondary_sob_id := FA_XLA_EVENTS_PVT.get_secondary_sob_id(px_src_asset_hdr_rec.book_type_code);
479: if(l_secondary_sob_id > 0) then
480: l_secondary_src_asset_hdr_rec := px_src_asset_hdr_rec;
481: l_secondary_dest_asset_hdr_rec := px_dest_asset_hdr_rec;
482: l_secondary_src_trans_rec := px_src_trans_rec;

Line 488: if not FA_XLA_EVENTS_PVT.create_dual_transaction_event

484:
485: l_secondary_src_asset_hdr_rec.set_of_books_id := l_secondary_sob_id;
486: l_secondary_dest_asset_hdr_rec.set_of_books_id := l_secondary_sob_id;
487:
488: if not FA_XLA_EVENTS_PVT.create_dual_transaction_event
489: (p_asset_hdr_rec_src => l_secondary_src_asset_hdr_rec,
490: p_asset_hdr_rec_dest => l_secondary_dest_asset_hdr_rec,
491: p_asset_type_rec_src => l_src_asset_type_rec,
492: p_asset_type_rec_dest => l_dest_asset_type_rec,