DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_ASSET_VAL_PVT

Line 370: if (NOT fa_asset_val_pvt.validate (

366: end if;
367:
368:
369: -- Complete the initial validation of the asset.
370: if (NOT fa_asset_val_pvt.validate (
371: p_trans_rec => l_trans_rec,
372: p_asset_hdr_rec => l_asset_hdr_rec,
373: p_asset_desc_rec => px_asset_desc_rec,
374: p_asset_type_rec => px_asset_type_rec,

Line 719: if not FA_ASSET_VAL_PVT.validate_period_of_addition

715: p_log_level_rec => g_log_level_rec) then
716: raise add_err1;
717: end if;
718:
719: if not FA_ASSET_VAL_PVT.validate_period_of_addition
720: (p_asset_id => l_group_asset_hdr_rec.asset_id,
721: p_book => l_group_asset_hdr_rec.book_type_code,
722: p_mode => 'ABSOLUTE',
723: px_period_of_addition => l_group_asset_hdr_rec.period_of_addition,

Line 761: if not FA_ASSET_VAL_PVT.validate_disabled_flag

757: end if;
758:
759: --HH Validate disabled_flag
760: --We don't want to perform any transaction on a disabled group.
761: if not FA_ASSET_VAL_PVT.validate_disabled_flag
762: (p_group_asset_id => l_group_asset_hdr_rec.asset_id,
763: p_book_type_code => l_group_asset_hdr_rec.book_type_code,
764: p_old_flag => l_group_asset_fin_rec_old.disabled_flag,
765: p_new_flag => l_group_asset_fin_rec_old.disabled_flag,