DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_ASSET_VAL_PVT

Line 641: if NOT FA_ASSET_VAL_PVT.validate_group_info

637: -- condition surrounding the load_miss call below
638: if px_asset_type_rec.asset_type <> 'GROUP' then
639: if (px_asset_fin_rec.group_asset_id is null) then
640: --Call validate disabled_flag to confirm default group is not disabled
641: if NOT FA_ASSET_VAL_PVT.validate_group_info
642: (p_group_asset_id => fa_cache_pkg.fazccbd_record.group_asset_id,
643: p_book_type_code => px_asset_hdr_rec.book_type_code,
644: p_calling_fn => 'fa_addition_pvt.initialize'
645: ,p_log_level_rec => p_log_level_rec) then