DBA Data[Home] [Help]

APPS.FA_MASSCHG_PKG dependencies on FA_ASSET_VAL_PVT

Line 676: if not FA_ASSET_VAL_PVT.validate_period_of_addition

672: l_mesg_name := 'FA_MASSCHG_DATE';
673: raise adj_err;
674: end if;
675:
676: if not FA_ASSET_VAL_PVT.validate_period_of_addition
677: (p_asset_id => l_asset_id(l_loop_count),
678: p_book => l_book_type_code,
679: p_mode => 'ABSOLUTE',
680: px_period_of_addition => l_period_of_addition,

Line 820: if not FA_ASSET_VAL_PVT.validate_amort_start_date

816: , p_log_level_rec => g_log_level_rec) then raise adj_err;
817: end if;
818:
819: l_old_amortization_start_date := l_amortization_start_date;
820: if not FA_ASSET_VAL_PVT.validate_amort_start_date
821: (p_transaction_type_code => l_trans_rec.transaction_type_code,
822: p_asset_id => l_asset_hdr_rec.asset_id,
823: p_book_type_code => l_asset_hdr_rec.book_type_code,
824: p_date_placed_in_service => l_asset_fin_rec_old.date_placed_in_service,