DBA Data[Home] [Help]

APPS.FA_PROCESS_GROUPS_PKG dependencies on FA_AMORT_PVT

Line 830: if (not FA_AMORT_PVT.faxama(

826: 'not-groupreclass',
827: 'CALLING FAXAMA', p_log_level_rec => g_log_level_rec);
828: end if;
829:
830: if (not FA_AMORT_PVT.faxama(
831: px_trans_rec => l_trans_rec,
832: p_asset_hdr_rec => l_asset_hdr_rec,
833: p_asset_desc_rec => l_asset_desc_rec,
834: p_asset_cat_rec => l_asset_cat_rec,

Line 857: fa_debug_pkg.add('calc_fin_info', 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => g_log_level_rec);

853: x_impairment_exp => l_impairment_exp,
854: x_deprn_rsv => l_deprn_rsv, p_log_level_rec => g_log_level_rec)) then
855:
856: if (g_log_level_rec.statement_level) then
857: fa_debug_pkg.add('calc_fin_info', 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => g_log_level_rec);
858: end if;
859:
860: raise group_adj_err;
861:

Line 862: end if; -- (not FA_AMORT_PVT.faxama

858: end if;
859:
860: raise group_adj_err;
861:
862: end if; -- (not FA_AMORT_PVT.faxama
863:
864:
865: -- insert the deprn amounts
866: if not FA_INS_ADJ_PVT.faxiat

Line 1928: FA_AMORT_PVT.initMemberTable;

1924: FOR l_sob_index in 0..l_sob_tbl.count LOOP
1925: --
1926: -- Initialize Member Tables
1927: --
1928: FA_AMORT_PVT.initMemberTable;
1929:
1930: if (l_sob_index = 0) then
1931: l_mrc_sob_type_code := 'P';
1932: l_src_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;

Line 2026: if (not FA_AMORT_PVT.faxama(

2022:
2023: --
2024: -- Calling faxama
2025: --
2026: if (not FA_AMORT_PVT.faxama(
2027: px_trans_rec => l_src_trans_rec,
2028: p_asset_hdr_rec => l_src_asset_hdr_rec,
2029: p_asset_desc_rec => l_src_asset_desc_rec,
2030: p_asset_cat_rec => l_src_asset_cat_rec,

Line 2052: fa_debug_pkg.add(l_calling_fn, 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => p_log_level_rec);

2048: x_impairment_exp => l_impairment_exp,
2049: x_deprn_rsv => l_deprn_rsv, p_log_level_rec => p_log_level_rec)) then
2050:
2051: if (p_log_level_rec.statement_level) then
2052: fa_debug_pkg.add(l_calling_fn, 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => p_log_level_rec);
2053: end if;
2054:
2055: raise group_rec_err;
2056:

Line 2057: end if; -- (not FA_AMORT_PVT.faxama

2053: end if;
2054:
2055: raise group_rec_err;
2056:
2057: end if; -- (not FA_AMORT_PVT.faxama
2058:
2059: l_grp_src_trans_rec(l_sob_index) := l_src_trans_rec;
2060: l_grp_src_asset_hdr_rec(l_sob_index) := l_src_asset_hdr_rec;
2061: l_grp_src_asset_type_rec(l_sob_index) := l_src_asset_type_rec;

Line 2065: FOR i in 1..fa_amort_pvt.tmd_period_counter.COUNT LOOP

2061: l_grp_src_asset_type_rec(l_sob_index) := l_src_asset_type_rec;
2062: l_grp_src_asset_fin_rec_new(l_sob_index) := l_src_asset_fin_rec_new;
2063:
2064: If (l_group_reclass_code = 'GRP-GRP') then
2065: FOR i in 1..fa_amort_pvt.tmd_period_counter.COUNT LOOP
2066: l_amort_init_member_rec(l_sob_index).tmd_period_counter(i) := fa_amort_pvt.tmd_period_counter(i);
2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);
2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);

Line 2066: l_amort_init_member_rec(l_sob_index).tmd_period_counter(i) := fa_amort_pvt.tmd_period_counter(i);

2062: l_grp_src_asset_fin_rec_new(l_sob_index) := l_src_asset_fin_rec_new;
2063:
2064: If (l_group_reclass_code = 'GRP-GRP') then
2065: FOR i in 1..fa_amort_pvt.tmd_period_counter.COUNT LOOP
2066: l_amort_init_member_rec(l_sob_index).tmd_period_counter(i) := fa_amort_pvt.tmd_period_counter(i);
2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);
2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);

Line 2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);

2063:
2064: If (l_group_reclass_code = 'GRP-GRP') then
2065: FOR i in 1..fa_amort_pvt.tmd_period_counter.COUNT LOOP
2066: l_amort_init_member_rec(l_sob_index).tmd_period_counter(i) := fa_amort_pvt.tmd_period_counter(i);
2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);
2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);

Line 2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);

2064: If (l_group_reclass_code = 'GRP-GRP') then
2065: FOR i in 1..fa_amort_pvt.tmd_period_counter.COUNT LOOP
2066: l_amort_init_member_rec(l_sob_index).tmd_period_counter(i) := fa_amort_pvt.tmd_period_counter(i);
2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);
2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);
2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);

Line 2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);

2065: FOR i in 1..fa_amort_pvt.tmd_period_counter.COUNT LOOP
2066: l_amort_init_member_rec(l_sob_index).tmd_period_counter(i) := fa_amort_pvt.tmd_period_counter(i);
2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);
2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);
2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);
2073: l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i) := fa_amort_pvt.tmd_deprn_limit_amount(i);

Line 2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);

2066: l_amort_init_member_rec(l_sob_index).tmd_period_counter(i) := fa_amort_pvt.tmd_period_counter(i);
2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);
2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);
2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);
2073: l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i) := fa_amort_pvt.tmd_deprn_limit_amount(i);
2074: l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i) := fa_amort_pvt.tm_deprn_limit_amount(i);

Line 2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);

2067: l_amort_init_member_rec(l_sob_index).tmd_cost(i) := fa_amort_pvt.tmd_cost(i);
2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);
2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);
2073: l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i) := fa_amort_pvt.tmd_deprn_limit_amount(i);
2074: l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i) := fa_amort_pvt.tm_deprn_limit_amount(i);
2075: END LOOP;

Line 2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);

2068: l_amort_init_member_rec(l_sob_index).tm_cost(i) := fa_amort_pvt.tm_cost(i);
2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);
2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);
2073: l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i) := fa_amort_pvt.tmd_deprn_limit_amount(i);
2074: l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i) := fa_amort_pvt.tm_deprn_limit_amount(i);
2075: END LOOP;
2076: End If;

Line 2073: l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i) := fa_amort_pvt.tmd_deprn_limit_amount(i);

2069: l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i) := fa_amort_pvt.tmd_cip_cost(i);
2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);
2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);
2073: l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i) := fa_amort_pvt.tmd_deprn_limit_amount(i);
2074: l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i) := fa_amort_pvt.tm_deprn_limit_amount(i);
2075: END LOOP;
2076: End If;
2077:

Line 2074: l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i) := fa_amort_pvt.tm_deprn_limit_amount(i);

2070: l_amort_init_member_rec(l_sob_index).tm_cip_cost(i) := fa_amort_pvt.tm_cip_cost(i);
2071: l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i) := fa_amort_pvt.tmd_salvage_value(i);
2072: l_amort_init_member_rec(l_sob_index).tm_salvage_value(i) := fa_amort_pvt.tm_salvage_value(i);
2073: l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i) := fa_amort_pvt.tmd_deprn_limit_amount(i);
2074: l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i) := fa_amort_pvt.tm_deprn_limit_amount(i);
2075: END LOOP;
2076: End If;
2077:
2078: -- call the category books cache for the accounts

Line 2423: FA_AMORT_PVT.initMemberTable;

2419:
2420: --
2421: -- Initialize Member Tables
2422: --
2423: FA_AMORT_PVT.initMemberTable;
2424:
2425: if (l_sob_index = 0) then
2426: l_mrc_sob_type_code := 'P';
2427: l_dest_asset_hdr_rec.set_of_books_id := fa_cache_pkg.fazcbc_record.set_of_books_id;

Line 2510: fa_amort_pvt.tmd_period_counter(i) := l_amort_init_member_rec(l_sob_index).tmd_period_counter(i);

2506: end if;
2507:
2508: If (l_group_reclass_code = 'GRP-GRP') then
2509: FOR i in 1..l_amort_init_member_rec(l_sob_index).tmd_period_counter.count LOOP
2510: fa_amort_pvt.tmd_period_counter(i) := l_amort_init_member_rec(l_sob_index).tmd_period_counter(i);
2511: fa_amort_pvt.tmd_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cost(i);
2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);
2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);

Line 2511: fa_amort_pvt.tmd_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cost(i);

2507:
2508: If (l_group_reclass_code = 'GRP-GRP') then
2509: FOR i in 1..l_amort_init_member_rec(l_sob_index).tmd_period_counter.count LOOP
2510: fa_amort_pvt.tmd_period_counter(i) := l_amort_init_member_rec(l_sob_index).tmd_period_counter(i);
2511: fa_amort_pvt.tmd_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cost(i);
2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);
2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);

Line 2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);

2508: If (l_group_reclass_code = 'GRP-GRP') then
2509: FOR i in 1..l_amort_init_member_rec(l_sob_index).tmd_period_counter.count LOOP
2510: fa_amort_pvt.tmd_period_counter(i) := l_amort_init_member_rec(l_sob_index).tmd_period_counter(i);
2511: fa_amort_pvt.tmd_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cost(i);
2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);
2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);
2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);

Line 2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);

2509: FOR i in 1..l_amort_init_member_rec(l_sob_index).tmd_period_counter.count LOOP
2510: fa_amort_pvt.tmd_period_counter(i) := l_amort_init_member_rec(l_sob_index).tmd_period_counter(i);
2511: fa_amort_pvt.tmd_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cost(i);
2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);
2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);
2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);
2517: fa_amort_pvt.tmd_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i);

Line 2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);

2510: fa_amort_pvt.tmd_period_counter(i) := l_amort_init_member_rec(l_sob_index).tmd_period_counter(i);
2511: fa_amort_pvt.tmd_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cost(i);
2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);
2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);
2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);
2517: fa_amort_pvt.tmd_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i);
2518: fa_amort_pvt.tm_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i);

Line 2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);

2511: fa_amort_pvt.tmd_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cost(i);
2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);
2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);
2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);
2517: fa_amort_pvt.tmd_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i);
2518: fa_amort_pvt.tm_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i);
2519: END LOOP;

Line 2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);

2512: fa_amort_pvt.tm_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cost(i);
2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);
2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);
2517: fa_amort_pvt.tmd_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i);
2518: fa_amort_pvt.tm_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i);
2519: END LOOP;
2520: End If;

Line 2517: fa_amort_pvt.tmd_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i);

2513: fa_amort_pvt.tmd_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tmd_cip_cost(i);
2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);
2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);
2517: fa_amort_pvt.tmd_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i);
2518: fa_amort_pvt.tm_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i);
2519: END LOOP;
2520: End If;
2521:

Line 2518: fa_amort_pvt.tm_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i);

2514: fa_amort_pvt.tm_cip_cost(i) := l_amort_init_member_rec(l_sob_index).tm_cip_cost(i);
2515: fa_amort_pvt.tmd_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tmd_salvage_value(i);
2516: fa_amort_pvt.tm_salvage_value(i) := l_amort_init_member_rec(l_sob_index).tm_salvage_value(i);
2517: fa_amort_pvt.tmd_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tmd_deprn_limit_amount(i);
2518: fa_amort_pvt.tm_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i);
2519: END LOOP;
2520: End If;
2521:
2522: if (not FA_AMORT_PVT.faxama(

Line 2522: if (not FA_AMORT_PVT.faxama(

2518: fa_amort_pvt.tm_deprn_limit_amount(i) := l_amort_init_member_rec(l_sob_index).tm_deprn_limit_amount(i);
2519: END LOOP;
2520: End If;
2521:
2522: if (not FA_AMORT_PVT.faxama(
2523: px_trans_rec => l_dest_trans_rec,
2524: p_asset_hdr_rec => l_dest_asset_hdr_rec,
2525: p_asset_desc_rec => l_dest_asset_desc_rec,
2526: p_asset_cat_rec => l_dest_asset_cat_rec,

Line 2548: fa_debug_pkg.add('calc_fin_info', 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => p_log_level_rec);

2544: x_impairment_exp => l_impairment_exp,
2545: x_deprn_rsv => l_deprn_rsv, p_log_level_rec => p_log_level_rec)) then
2546:
2547: if (p_log_level_rec.statement_level) then
2548: fa_debug_pkg.add('calc_fin_info', 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => p_log_level_rec);
2549: end if;
2550: return (FALSE);
2551:
2552: end if; -- (not FA_AMORT_PVT.faxama

Line 2552: end if; -- (not FA_AMORT_PVT.faxama

2548: fa_debug_pkg.add('calc_fin_info', 'calling FA_AMORT_PVT.faxama', 'FAILED', p_log_level_rec => p_log_level_rec);
2549: end if;
2550: return (FALSE);
2551:
2552: end if; -- (not FA_AMORT_PVT.faxama
2553:
2554: l_grp_dest_trans_rec(l_sob_index) := l_dest_trans_rec;
2555: l_grp_dest_asset_hdr_rec(l_sob_index) := l_dest_asset_hdr_rec;
2556: l_grp_dest_asset_type_rec(l_sob_index) := l_dest_asset_type_rec;

Line 2944: FA_AMORT_PVT.initMemberTable;

2940:
2941: --
2942: -- Initialize Member Tables
2943: --
2944: FA_AMORT_PVT.initMemberTable;
2945:
2946: if (p_log_level_rec.statement_level) then
2947: fa_debug_pkg.add(l_calling_fn,
2948: 'FA_GROUP_RECLASS2_PVT.do_adjustment END',