DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_ASSET_CALC_PVT

Line 174: if not FA_ASSET_CALC_PVT.calc_fin_info

170: -- force catchup from faxexp
171:
172: l_asset_type_rec.asset_type := 'CAPITALIZED';
173:
174: if not FA_ASSET_CALC_PVT.calc_fin_info
175: (px_trans_rec => px_trans_rec,
176: p_inv_trans_rec => l_inv_trans_rec,
177: p_asset_hdr_rec => p_asset_hdr_rec ,
178: p_asset_desc_rec => p_asset_desc_rec,

Line 214: if not FA_ASSET_CALC_PVT.calc_subcomp_life

210: */
211: if (nvl(fa_cache_pkg.fazccbd_record.subcomponent_life_rule, 'NULL') <> 'NULL' and
212: nvl(p_asset_desc_rec.parent_asset_id, -99) <> -99) then
213:
214: if not FA_ASSET_CALC_PVT.calc_subcomp_life
215: (p_trans_rec => px_trans_rec,
216: p_asset_hdr_rec => p_asset_hdr_rec,
217: p_asset_cat_rec => p_asset_cat_rec,
218: p_asset_desc_rec => p_asset_desc_rec,