DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_ADJUST_TYPE_PKG

Line 1092: l_adj fa_adjust_type_pkg.fa_adj_row_struct;

1088: --bug3548724
1089: l_asset_deprn_rec_adj fa_api_types.asset_deprn_rec_type;
1090:
1091: -- sla
1092: l_adj fa_adjust_type_pkg.fa_adj_row_struct;
1093:
1094: -- Bug 6665510: FP: Japan Tax Reform Project
1095: l_method_type NUMBER := 0;
1096: l_success INTEGER;

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

2065: l_adj.book_type_code := p_asset_hdr_rec.book_type_code;
2066: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
2067: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
2068: l_adj.current_units := p_asset_desc_rec.current_units ;
2069: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
2070: l_adj.selection_thid := 0;
2071: l_adj.selection_retid := 0;
2072: l_adj.leveling_flag := TRUE;
2073: l_adj.last_update_date := p_trans_rec.who_info.last_update_date;