DBA Data[Home] [Help]

APPS.FA_AMORT_PVT dependencies on FA_ASSET_CALC_PVT

Line 10923: if not FA_ASSET_CALC_PVT.calc_new_amounts(

10919:
10920: x_asset_fin_rec_new.member_rollup_flag :=
10921: p_asset_fin_rec_new.member_rollup_flag;
10922:
10923: if not FA_ASSET_CALC_PVT.calc_new_amounts(
10924: px_trans_rec => p_trans_rec,
10925: p_asset_hdr_rec => p_asset_hdr_rec,
10926: p_asset_desc_rec => l_asset_desc_rec,
10927: p_asset_type_rec => p_asset_type_rec,

Line 10940: 'FA_ASSET_CALC_PVT.calc_new_amounts'

10936: ,p_log_level_rec => p_log_level_rec) then
10937:
10938: if (p_log_level_rec.statement_level) then
10939: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
10940: 'FA_ASSET_CALC_PVT.calc_new_amounts'
10941: ,p_log_level_rec => p_log_level_rec);
10942: end if;
10943:
10944: raise calc_failed;

Line 10956: if not FA_ASSET_CALC_PVT.calc_prorate_date

10952: ,p_log_level_rec => p_log_level_rec) then
10953: raise calc_failed;
10954: end if;
10955:
10956: if not FA_ASSET_CALC_PVT.calc_prorate_date
10957: (p_asset_hdr_rec => p_asset_hdr_rec,
10958: p_asset_type_rec => p_asset_type_rec,
10959: p_asset_fin_rec_adj => l_asset_fin_rec_adj,
10960: px_asset_fin_rec_new => x_asset_fin_rec_new,

Line 10966: 'FA_ASSET_CALC_PVT.calc_prorate_date'

10962: ,p_log_level_rec => p_log_level_rec) then
10963:
10964: if (p_log_level_rec.statement_level) then
10965: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
10966: 'FA_ASSET_CALC_PVT.calc_prorate_date'
10967: ,p_log_level_rec => p_log_level_rec);
10968: end if;
10969:
10970: raise calc_failed;

Line 10973: if not FA_ASSET_CALC_PVT.calc_deprn_info

10969:
10970: raise calc_failed;
10971: end if;
10972:
10973: if not FA_ASSET_CALC_PVT.calc_deprn_info
10974: (p_trans_rec => p_trans_rec,
10975: p_asset_hdr_rec => p_asset_hdr_rec,
10976: p_asset_desc_rec => l_asset_desc_rec,
10977: p_asset_cat_rec => l_asset_cat_rec,

Line 10989: 'FA_ASSET_CALC_PVT.calc_deprn_info'

10985: ,p_log_level_rec => p_log_level_rec) then
10986:
10987: if (p_log_level_rec.statement_level) then
10988: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
10989: 'FA_ASSET_CALC_PVT.calc_deprn_info'
10990: ,p_log_level_rec => p_log_level_rec);
10991: end if;
10992:
10993: raise calc_failed;

Line 10996: if not FA_ASSET_CALC_PVT.calc_deprn_start_date(

10992:
10993: raise calc_failed;
10994: end if;
10995:
10996: if not FA_ASSET_CALC_PVT.calc_deprn_start_date(
10997: p_asset_hdr_rec => p_asset_hdr_rec,
10998: p_asset_fin_rec_adj => l_asset_fin_rec_adj,
10999: px_asset_fin_rec_new => x_asset_fin_rec_new
11000: ,p_log_level_rec => p_log_level_rec) then

Line 11004: 'FA_ASSET_CALC_PVT.calc_deprn_start_date'

11000: ,p_log_level_rec => p_log_level_rec) then
11001:
11002: if (p_log_level_rec.statement_level) then
11003: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
11004: 'FA_ASSET_CALC_PVT.calc_deprn_start_date'
11005: ,p_log_level_rec => p_log_level_rec);
11006: end if;
11007:
11008: raise calc_failed;

Line 11011: if not FA_ASSET_CALC_PVT.calc_salvage_value(

11007:
11008: raise calc_failed;
11009: end if;
11010:
11011: if not FA_ASSET_CALC_PVT.calc_salvage_value(
11012: p_trans_rec => p_trans_rec,
11013: p_asset_hdr_rec => p_asset_hdr_rec,
11014: p_asset_type_rec => p_asset_type_rec,
11015: p_asset_fin_rec_old => px_asset_fin_rec,

Line 11023: 'FA_ASSET_CALC_PVT.calc_salvage_value'

11019: ,p_log_level_rec => p_log_level_rec) then
11020:
11021: if (p_log_level_rec.statement_level) then
11022: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
11023: 'FA_ASSET_CALC_PVT.calc_salvage_value'
11024: ,p_log_level_rec => p_log_level_rec);
11025: end if;
11026:
11027: raise calc_failed;

Line 11030: if not FA_ASSET_CALC_PVT.calc_rec_cost

11026:
11027: raise calc_failed;
11028: end if;
11029:
11030: if not FA_ASSET_CALC_PVT.calc_rec_cost
11031: (p_asset_hdr_rec => p_asset_hdr_rec,
11032: p_asset_fin_rec_adj => l_asset_fin_rec_adj,
11033: px_asset_fin_rec_new => x_asset_fin_rec_new
11034: ,p_log_level_rec => p_log_level_rec) then

Line 11038: 'FA_ASSET_CALC_PVT.calc_rec_cost'

11034: ,p_log_level_rec => p_log_level_rec) then
11035:
11036: if (p_log_level_rec.statement_level) then
11037: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
11038: 'FA_ASSET_CALC_PVT.calc_rec_cost'
11039: ,p_log_level_rec => p_log_level_rec);
11040: end if;
11041:
11042: raise calc_failed;

Line 11045: if not FA_ASSET_CALC_PVT.calc_deprn_limit_adj_rec_cost

11041:
11042: raise calc_failed;
11043: end if;
11044:
11045: if not FA_ASSET_CALC_PVT.calc_deprn_limit_adj_rec_cost
11046: (p_asset_hdr_rec => p_asset_hdr_rec,
11047: p_asset_type_rec => p_asset_type_rec,
11048: p_asset_fin_rec_old => px_asset_fin_rec,
11049: p_asset_fin_rec_adj => l_asset_fin_rec_adj,

Line 11056: 'FA_ASSET_CALC_PVT.calc_deprn_limit_adj_rec_cost'

11052: ,p_log_level_rec => p_log_level_rec) then
11053:
11054: if (p_log_level_rec.statement_level) then
11055: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
11056: 'FA_ASSET_CALC_PVT.calc_deprn_limit_adj_rec_cost'
11057: ,p_log_level_rec => p_log_level_rec);
11058: end if;
11059:
11060: raise calc_failed;

Line 11067: if not FA_ASSET_CALC_PVT.calc_itc_info

11063:
11064:
11065: if (fa_cache_pkg.fazcbc_record.book_class = 'TAX' and
11066: x_asset_fin_rec_new.itc_amount_id is not null) then
11067: if not FA_ASSET_CALC_PVT.calc_itc_info
11068: (p_asset_hdr_rec => p_asset_hdr_rec,
11069: p_asset_fin_rec_adj => l_asset_fin_rec_adj,
11070: px_asset_fin_rec_new => x_asset_fin_rec_new
11071: ,p_log_level_rec => p_log_level_rec) then

Line 11075: 'FA_ASSET_CALC_PVT.calc_itc_info'

11071: ,p_log_level_rec => p_log_level_rec) then
11072:
11073: if (p_log_level_rec.statement_level) then
11074: fa_debug_pkg.add(l_calling_fn, 'Falied calling',
11075: 'FA_ASSET_CALC_PVT.calc_itc_info'
11076: ,p_log_level_rec => p_log_level_rec);
11077: end if;
11078:
11079: raise calc_failed;