DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_ADJUST_TYPE_PKG

Line 104: l_adj fa_adjust_type_pkg.fa_adj_row_struct;

100: l_asset_desc_rec fa_api_types.asset_desc_rec_type;
101: l_asset_cat_rec fa_api_types.asset_cat_rec_type;
102: l_asset_type_rec fa_api_types.asset_type_rec_type;
103:
104: l_adj fa_adjust_type_pkg.fa_adj_row_struct;
105: l_calling_fn varchar2(35) := 'FACPUPGB.Upgrade_Addition';
106: l_log_level_rec FA_API_TYPES.log_level_rec_type;
107:
108: error_found exception;

Line 165: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;

161: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
162: l_adj.period_counter_adjusted :=
163: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
164: l_adj.current_units := l_current_units(i) ;
165: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
166: l_adj.selection_thid := 0;
167: l_adj.selection_retid := 0;
168: l_adj.leveling_flag := TRUE;
169: l_adj.last_update_date :=

Line 418: l_adj fa_adjust_type_pkg.fa_adj_row_struct;

414: l_asset_desc_rec fa_api_types.asset_desc_rec_type;
415: l_asset_cat_rec fa_api_types.asset_cat_rec_type;
416: l_asset_type_rec fa_api_types.asset_type_rec_type;
417:
418: l_adj fa_adjust_type_pkg.fa_adj_row_struct;
419: l_calling_fn varchar2(35) := 'FACPUPGB.Upgrade_Addition_MRC';
420: l_log_level_rec FA_API_TYPES.log_level_rec_type;
421:
422: error_found exception;

Line 477: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;

473: l_adj.book_type_code := l_book_type_code(i);
474: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
475: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
476: l_adj.current_units := l_current_units(i) ;
477: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
478: l_adj.selection_thid := 0;
479: l_adj.selection_retid := 0;
480: l_adj.leveling_flag := TRUE;
481: l_adj.last_update_date := l_trans_rec.who_info.last_update_date;