DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on FA_ASSET_VAL_PVT

Line 569: if not fa_asset_val_pvt.validate_period_of_addition

565: -- END IF; /* commented for bug 3844678 */
566:
567: -- BUG# 3354951
568: -- replacing the above with call to common validation routine
569: if not fa_asset_val_pvt.validate_period_of_addition
570: (p_asset_id => p_asset_id,
571: p_book => p_book_type_code,
572: p_mode => 'ABSOLUTE',
573: px_period_of_addition => l_period_of_addition, p_log_level_rec => p_log_level_rec) then

Line 833: if not FA_ASSET_VAL_PVT.validate_assigned_to (

829: -- -- dbms_output.put_line(l_err_stage);
830: FOR dh_rec in dh_csr LOOP
831: i:= i+1;
832:
833: if not FA_ASSET_VAL_PVT.validate_assigned_to (
834: p_transaction_type_code => p_trans_rec.transaction_type_code,
835: p_assigned_to => dh_rec.assigned_to,
836: p_date => l_trx_date_entered, -- fix for bug 3255715
837: p_calling_fn => p_calling_fn