DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_AMORT_PVT

Line 1184: if not FA_AMORT_PVT.faxama

1180:
1181: if (p_asset_type_rec.asset_type <> 'GROUP') then
1182: -- Bug# 7245510:Expense not calculated for Only Contract_id adjustment
1183: if not nvl(p_asset_fin_rec_adj.contract_change_flag,FALSE) then /*Bug 7712756 added nvl */
1184: if not FA_AMORT_PVT.faxama
1185: (px_trans_rec => px_trans_rec,
1186: p_asset_hdr_rec => p_asset_hdr_rec,
1187: p_asset_desc_rec => p_asset_desc_rec,
1188: p_asset_cat_rec => p_asset_cat_rec,

Line 1229: if not FA_AMORT_PVT.calc_raf_adj_cost

1225: -- Bug7017134: There is no need to call calc_raf_adj_cost in case of
1226: -- GC, MR, MS.
1227: --Bug7446301: added nvl
1228: if (nvl(px_trans_rec.transaction_key, 'XX') not in ('GC', 'MR', 'MS')) then
1229: if not FA_AMORT_PVT.calc_raf_adj_cost
1230: (p_trans_rec => px_trans_rec,
1231: p_asset_hdr_rec => p_asset_hdr_rec,
1232: p_asset_desc_rec => p_asset_desc_rec,
1233: p_asset_type_rec => p_asset_type_rec,

Line 1533: if not FA_AMORT_PVT.calc_raf_adj_cost

1529: else
1530: l_call_bs := FALSE;
1531: end if;
1532:
1533: if not FA_AMORT_PVT.calc_raf_adj_cost
1534: (p_trans_rec => px_trans_rec,
1535: p_asset_hdr_rec => p_asset_hdr_rec,
1536: p_asset_desc_rec => p_asset_desc_rec,
1537: p_asset_type_rec => p_asset_type_rec,

Line 1612: if (not FA_AMORT_PVT.faxama(

1608: else
1609: l_asset_deprn_rec_adj := p_asset_deprn_rec_adj;
1610: end if;
1611:
1612: if (not FA_AMORT_PVT.faxama(
1613: px_trans_rec => px_trans_rec,
1614: p_asset_hdr_rec => p_asset_hdr_rec,
1615: p_asset_desc_rec => p_asset_desc_rec,
1616: p_asset_cat_rec => p_asset_cat_rec,

Line 1640: fa_debug_pkg.add('calc_fin_info', 'calling FA_AMORT_PVT.faxama', 'FAILED');

1636: x_deprn_rsv => l_deprn_rsv,
1637: p_log_level_rec => p_log_level_rec)) then
1638:
1639: if (p_log_level_rec.statement_level) then
1640: fa_debug_pkg.add('calc_fin_info', 'calling FA_AMORT_PVT.faxama', 'FAILED');
1641: end if;
1642:
1643: raise calc_err;
1644:

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

1641: end if;
1642:
1643: raise calc_err;
1644:
1645: end if; -- (not FA_AMORT_PVT.faxama
1646:
1647: if (p_group_reclass_options_rec.group_reclass_type = 'CALC') and
1648: (p_asset_type_rec.asset_type = 'GROUP') and
1649: (p_reclass_src_dest = 'SOURCE') then