DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PVT dependencies on FA_XLA_EVENTS_PVT

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

586:
587: if p_log_level_rec.statement_level then
588: fa_debug_pkg.add
589: (fname => l_calling_fn,
590: element => 'calling fa_xla_events_pvt.update_transaction_event with thid: ',
591: value => p_trans_rec.transaction_header_id);
592: end if;
593:
594: if not fa_xla_events_pvt.update_transaction_event

Line 594: if not fa_xla_events_pvt.update_transaction_event

590: element => 'calling fa_xla_events_pvt.update_transaction_event with thid: ',
591: value => p_trans_rec.transaction_header_id);
592: end if;
593:
594: if not fa_xla_events_pvt.update_transaction_event
595: (p_ledger_id => p_asset_hdr_rec.set_of_books_id,
596: p_transaction_header_id => p_trans_rec.transaction_header_id,
597: p_book_type_code => p_asset_hdr_rec.book_type_code,
598: p_event_type_code => 'RETIREMENTS',

Line 600: p_event_status_code => FA_XLA_EVENTS_PVT.C_EVENT_UNPROCESSED,

596: p_transaction_header_id => p_trans_rec.transaction_header_id,
597: p_book_type_code => p_asset_hdr_rec.book_type_code,
598: p_event_type_code => 'RETIREMENTS',
599: p_event_date => p_asset_retire_rec.date_retired, --?
600: p_event_status_code => FA_XLA_EVENTS_PVT.C_EVENT_UNPROCESSED,
601: p_calling_fn => l_calling_fn,
602: p_log_level_rec => p_log_level_rec) then
603: raise ret_err;
604: end if;