DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PVT dependencies on FA_XLA_EVENTS_PVT

Line 219: if not fa_xla_events_pvt.create_transaction_event

215: select fa_transaction_headers_s.nextval
216: into px_trans_rec.transaction_header_id
217: from dual;
218:
219: if not fa_xla_events_pvt.create_transaction_event
220: (p_asset_hdr_rec => p_asset_hdr_rec,
221: p_asset_type_rec=> p_asset_type_rec,
222: px_trans_rec => px_trans_rec,
223: p_event_status => NULL,

Line 427: if not fa_xla_events_pvt.update_transaction_event

423: then
424: l_asset_fin_rec.adjustment_required_status := 'GADJ';
425:
426:
427: if not fa_xla_events_pvt.update_transaction_event
428: (p_ledger_id => p_asset_hdr_rec.set_of_books_id,
429: p_transaction_header_id => px_trans_rec.transaction_header_id,
430: p_book_type_code => p_asset_hdr_rec.book_type_code,
431: p_event_type_code => 'UNPLANNED_DEPRECIATION',