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 167: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;

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

Line 431: l_adj fa_adjust_type_pkg.fa_adj_row_struct;

427: l_asset_desc_rec fa_api_types.asset_desc_rec_type;
428: l_asset_cat_rec fa_api_types.asset_cat_rec_type;
429: l_asset_type_rec fa_api_types.asset_type_rec_type;
430:
431: l_adj fa_adjust_type_pkg.fa_adj_row_struct;
432: l_calling_fn varchar2(35) := 'FACPUPGB.Upgrade_Addition_MRC';
433: l_log_level_rec FA_API_TYPES.log_level_rec_type;
434:
435: error_found exception;

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

487: l_adj.book_type_code := l_book_type_code(i);
488: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
489: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
490: l_adj.current_units := l_current_units(i) ;
491: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
492: l_adj.selection_thid := 0;
493: l_adj.selection_retid := 0;
494: l_adj.leveling_flag := TRUE;
495: l_adj.last_update_date := l_trans_rec.who_info.last_update_date;