DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FA_ASSET_VAL_PVT

Line 751: if not FA_ASSET_VAL_PVT.validate_period_of_addition

747: raise data_error;
748: end if;
749:
750: -- Bug 6803812: Check whether it is period of addition
751: if not FA_ASSET_VAL_PVT.validate_period_of_addition
752: (p_asset_id => l_asset_hdr_rec.asset_id,
753: p_book => l_asset_hdr_rec.book_type_code,
754: p_mode => 'ABSOLUTE',
755: px_period_of_addition => l_asset_hdr_rec.period_of_addition,