DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FA_ASSET_VAL_PVT

Line 614: if not FA_ASSET_VAL_PVT.validate_period_of_addition

610: raise data_error;
611: end if;
612:
613: -- Bug 6803812: Check whether it is period of addition
614: if not FA_ASSET_VAL_PVT.validate_period_of_addition
615: (p_asset_id => l_asset_hdr_rec.asset_id,
616: p_book => l_asset_hdr_rec.book_type_code,
617: p_mode => 'ABSOLUTE',
618: px_period_of_addition => l_asset_hdr_rec.period_of_addition,