DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_AMORT_PVT

Line 397: FA_AMORT_PVT.initMemberTable;

393:
394: --
395: -- Initialize Member Tables
396: --
397: FA_AMORT_PVT.initMemberTable;
398:
399: --
400: -- Bug3537474: pass reserve entered by user to pass it to faxama.
401: --

Line 830: FA_AMORT_PVT.initMemberTable;

826:
827: --
828: -- Initialize Member Tables
829: --
830: FA_AMORT_PVT.initMemberTable;
831:
832: -- Adding this if statement because this will be called in FAPGADJB.pls
833: if (G_release = 11 and
834: (px_group_reclass_options_rec.group_reclass_type = 'MANUAL' or

Line 1266: if not FA_AMORT_PVT.faxama

1262: else -- for destination group, needs to calculate expense amount.
1263: if (px_trans_rec.amortization_start_date < p_period_rec.calendar_period_open_date and
1264: px_trans_rec.calling_interface = 'FAPGADJ') then
1265:
1266: if not FA_AMORT_PVT.faxama
1267: (px_trans_rec => px_trans_rec, -- use amort start
1268: p_asset_hdr_rec => p_asset_hdr_rec,
1269: p_asset_desc_rec => p_asset_desc_rec,
1270: p_asset_cat_rec => p_asset_cat_rec,

Line 1322: if not FA_AMORT_PVT.faxama

1318:
1319: l_trans_rec := px_trans_rec;
1320: l_trans_rec.amortization_start_date := p_mem_asset_fin_rec_new.date_placed_in_service;
1321:
1322: if not FA_AMORT_PVT.faxama
1323: (px_trans_rec => l_trans_rec, -- uses DPIS for amort start
1324: p_asset_hdr_rec => p_asset_hdr_rec,
1325: p_asset_desc_rec => p_asset_desc_rec,
1326: p_asset_cat_rec => p_asset_cat_rec,

Line 1487: if not FA_AMORT_PVT.faxama

1483: --bug6983091: setting up-to-date reserve
1484: l_asset_deprn_rec_old := p_asset_deprn_rec_old;
1485: l_asset_deprn_rec_old.deprn_reserve := l_asset_deprn_rec_old.deprn_reserve + nvl(l_backed_out_exp, 0);
1486:
1487: if not FA_AMORT_PVT.faxama
1488: (px_trans_rec => px_trans_rec, -- use amort start
1489: p_asset_hdr_rec => p_asset_hdr_rec,
1490: p_asset_desc_rec => p_asset_desc_rec,
1491: p_asset_cat_rec => p_asset_cat_rec,

Line 1755: if not FA_AMORT_PVT.calc_raf_adj_cost

1751: fa_debug_pkg.add(l_calling_fn, 'l_asset_deprn_rec_new.rsv', l_asset_deprn_rec_new.deprn_reserve, p_log_level_rec => p_log_level_rec);
1752: fa_debug_pkg.add(l_calling_fn, 'l_asset_deprn_rec_new.bonus_rsv', l_asset_deprn_rec_new.bonus_deprn_reserve, p_log_level_rec => p_log_level_rec);
1753: end if;
1754:
1755: if not FA_AMORT_PVT.calc_raf_adj_cost
1756: (p_trans_rec => px_trans_rec,
1757: p_asset_hdr_rec => p_asset_hdr_rec,
1758: p_asset_desc_rec => p_asset_desc_rec,
1759: p_asset_type_rec => p_asset_type_rec,

Line 1773: if not FA_AMORT_PVT.faxama

1769: end if;
1770:
1771: elsif (px_trans_rec.calling_interface = 'FAPGADJ') then
1772:
1773: if not FA_AMORT_PVT.faxama
1774: (px_trans_rec => px_trans_rec, -- use amort start date
1775: p_asset_hdr_rec => p_asset_hdr_rec,
1776: p_asset_desc_rec => p_asset_desc_rec,
1777: p_asset_cat_rec => p_asset_cat_rec,