DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FA_XLA_EVENTS_PVT

Line 755: if not fa_xla_events_pvt.create_transaction_event

751: else
752: l_temp_calling_fn := 'FA_RETIREMENT_PUB.do_sub_regular_reinstatement';
753: end if;
754:
755: if not fa_xla_events_pvt.create_transaction_event
756: (p_asset_hdr_rec => l_asset_hdr_rec,
757: p_asset_type_rec=> l_asset_type_rec,
758: px_trans_rec => l_trans_rec,
759: p_event_status => XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED,

Line 775: element => 'calling fa_xla_events_pvt.update_transaction_event with thid: ',

771:
772: if p_log_level_rec.statement_level then
773: fa_debug_pkg.add
774: (fname => l_calling_fn,
775: element => 'calling fa_xla_events_pvt.update_transaction_event with thid: ',
776: value => l_thid);
777: end if;
778:
779: -- Bug 7292561: Changed the Event_date to match the event_date used

Line 781: if not fa_xla_events_pvt.update_transaction_event

777: end if;
778:
779: -- Bug 7292561: Changed the Event_date to match the event_date used
780: -- in create_transaction_event
781: if not fa_xla_events_pvt.update_transaction_event
782: (p_ledger_id => l_primary_sob_id,
783: p_transaction_header_id => l_thid,
784: p_book_type_code => l_asset_hdr_rec.book_type_code,
785: p_event_type_code => l_event_type_code,