DBA Data[Home] [Help]

APPS.FA_GROUP_RECLASS2_PVT dependencies on FA_AMORT_PVT

Line 390: FA_AMORT_PVT.initMemberTable;

386:
387: --
388: -- Initialize Member Tables
389: --
390: FA_AMORT_PVT.initMemberTable;
391:
392: --
393: -- Bug3537474: pass reserve entered by user to pass it to faxama.
394: --

Line 1089: FA_AMORT_PVT.initMemberTable;

1085:
1086: --
1087: -- Initialize Member Tables
1088: --
1089: FA_AMORT_PVT.initMemberTable;
1090:
1091: -- insert the transaction link record
1092: -- note that the trx_ref_id was loaded in FAPADJB.pls
1093:

Line 1513: if not FA_AMORT_PVT.faxama

1509: p_period_rec.calendar_period_open_date
1510: and px_trans_rec.calling_interface <> 'FAXASSET' -- COMMENT THIS LINE OUT FOR NON-CONC PROGRAM TESTING
1511: ) then
1512:
1513: if not FA_AMORT_PVT.faxama
1514: (px_trans_rec => px_trans_rec, -- use amort start
1515: p_asset_hdr_rec => p_asset_hdr_rec,
1516: p_asset_desc_rec => p_asset_desc_rec,
1517: p_asset_cat_rec => p_asset_cat_rec,

Line 1569: if not FA_AMORT_PVT.faxama

1565:
1566: l_trans_rec := px_trans_rec;
1567: l_trans_rec.amortization_start_date := p_mem_asset_fin_rec_new.date_placed_in_service;
1568:
1569: if not FA_AMORT_PVT.faxama
1570: (px_trans_rec => l_trans_rec, -- uses DPIS for amort start
1571: p_asset_hdr_rec => p_asset_hdr_rec,
1572: p_asset_desc_rec => p_asset_desc_rec,
1573: p_asset_cat_rec => p_asset_cat_rec,

Line 1739: if not FA_AMORT_PVT.faxama

1735: --bug6983091: setting up-to-date reserve
1736: l_asset_deprn_rec_old := p_asset_deprn_rec_old;
1737: l_asset_deprn_rec_old.deprn_reserve := l_asset_deprn_rec_old.deprn_reserve + nvl(l_backed_out_exp, 0);
1738:
1739: if not FA_AMORT_PVT.faxama
1740: (px_trans_rec => px_trans_rec, -- use amort start
1741: p_asset_hdr_rec => p_asset_hdr_rec,
1742: p_asset_desc_rec => p_asset_desc_rec,
1743: p_asset_cat_rec => p_asset_cat_rec,

Line 1995: if not FA_AMORT_PVT.calc_raf_adj_cost

1991: fa_debug_pkg.add(l_calling_fn, 'l_asset_deprn_rec_new.rsv', l_asset_deprn_rec_new.deprn_reserve, p_log_level_rec);
1992: 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);
1993: end if;
1994:
1995: if not FA_AMORT_PVT.calc_raf_adj_cost
1996: (p_trans_rec => px_trans_rec,
1997: p_asset_hdr_rec => p_asset_hdr_rec,
1998: p_asset_desc_rec => p_asset_desc_rec,
1999: p_asset_type_rec => p_asset_type_rec,

Line 2011: if not FA_AMORT_PVT.faxama

2007: end if;
2008:
2009: elsif (px_trans_rec.calling_interface <> 'FAXASSET') then -- COMMENT THIS LINE OUT FOR NON-CONC PROGRAM TESTING
2010:
2011: if not FA_AMORT_PVT.faxama
2012: (px_trans_rec => px_trans_rec, -- use amort start date
2013: p_asset_hdr_rec => p_asset_hdr_rec,
2014: p_asset_desc_rec => p_asset_desc_rec,
2015: p_asset_cat_rec => p_asset_cat_rec,