DBA Data[Home] [Help]

APPS.FA_REVALUATION_PUB dependencies on FA_REVALUATION_PVT

Line 407: if not fa_revaluation_pvt.validate_reval

403: -- load the adj structs
404: if (l_sob_index = 0) then
405:
406: -- validate changes are being made and are valid
407: if not fa_revaluation_pvt.validate_reval
408: (p_trans_rec => px_trans_rec,
409: p_asset_hdr_rec => px_asset_hdr_rec,
410: p_asset_desc_rec => p_asset_desc_rec,
411: p_asset_type_rec => p_asset_type_rec,

Line 434: if not FA_REVALUATION_PVT.do_reval

430:
431:
432: if (p_reval_options_rec.run_mode = 'PREVIEW') then
433: if (l_sob_index = 0) then
434: if not FA_REVALUATION_PVT.do_reval
435: (px_trans_rec => px_trans_rec,
436: px_asset_hdr_rec => l_asset_hdr_rec , -- mrc
437: p_asset_desc_rec => p_asset_desc_rec ,
438: p_asset_type_rec => p_asset_type_rec ,

Line 452: if not FA_REVALUATION_PVT.do_reval

448: end if;
449: EXIT;
450: end if;
451: else
452: if not FA_REVALUATION_PVT.do_reval
453: (px_trans_rec => px_trans_rec,
454: px_asset_hdr_rec => l_asset_hdr_rec , -- mrc
455: p_asset_desc_rec => p_asset_desc_rec ,
456: p_asset_type_rec => p_asset_type_rec ,