DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_CUA_ASSET_APIS

Line 6756: if (not fa_cua_asset_APIS.check_override_allowed(

6752:
6753: -- check if asset is attached to hierarchy and see if it can
6754: -- be override to proceed with normal partial unit retirement
6755: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then
6756: if (not fa_cua_asset_APIS.check_override_allowed(
6757: p_attribute_name => 'DISTRIBUTION',
6758: p_book_type_code => l_asset_hdr_rec.book_type_code,
6759: p_asset_id => l_asset_hdr_rec.asset_id,
6760: x_override_flag => l_override_flag,