DBA Data[Home] [Help]

APPS.FA_DEPRN_EVENTS_PKG dependencies on FA_DEPRN_EVENTS

Line 1: package body FA_DEPRN_EVENTS_PKG as

1: package body FA_DEPRN_EVENTS_PKG as
2: /* $Header: fadpevnb.pls 120.19.12020000.4 2012/12/04 18:23:16 spooyath ship $ */
3:
4: g_log_level_rec fa_api_types.log_level_rec_type;
5:

Line 23: l_calling_fn varchar2(60) := 'FA_DEPRN_EVENTS_PKG.process_deprn_events';

19: l_sob_index number;
20: l_sob_tbl fa_cache_pkg.fazcrsob_sob_tbl_type;
21:
22: l_batch_size number;
23: l_calling_fn varchar2(60) := 'FA_DEPRN_EVENTS_PKG.process_deprn_events';
24:
25: error_found exception;
26:
27: CURSOR DEPRN_EVENTS (p_book_type_code varchar2,

Line 207: INSERT into fa_deprn_events

203: p_log_level_rec => g_log_level_rec);
204: end if;
205:
206: FORALL l_count in 1..l_asset_id_tbl.count
207: INSERT into fa_deprn_events
208: (asset_id ,
209: book_type_code ,
210: period_counter ,
211: deprn_run_id ,

Line 392: INSERT into fa_deprn_events

388: p_log_level_rec => g_log_level_rec);
389: end if;
390:
391: FORALL l_count in 1..l_asset_id_tbl.count
392: INSERT into fa_deprn_events
393: (asset_id ,
394: book_type_code ,
395: period_counter ,
396: deprn_run_id ,

Line 481: l_calling_fn varchar2(60) := 'FA_DEPRN_EVENTS_PKG.process_single_deprn_event';

477:
478: l_event_id number;
479: l_event_date date;
480: l_deprn_run_id number;
481: l_calling_fn varchar2(60) := 'FA_DEPRN_EVENTS_PKG.process_single_deprn_event';
482:
483: error_found exception;
484:
485: --Secondary Changes

Line 577: INSERT into fa_deprn_events

573: fa_debug_pkg.add(l_calling_fn, 'Inserting', 'deprn_events',
574: p_log_level_rec => p_log_level_rec);
575: end if;
576:
577: INSERT into fa_deprn_events
578: (asset_id ,
579: book_type_code ,
580: period_counter ,
581: deprn_run_id ,

Line 662: END FA_DEPRN_EVENTS_PKG;

658: END process_single_deprn_event;
659:
660: --------------------------------------------------------------------------------
661:
662: END FA_DEPRN_EVENTS_PKG;