DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_CUA_ASSET_APIS

Line 6392: if (not fa_cua_asset_APIS.check_override_allowed(

6388:
6389: -- check if asset is attached to hierarchy and see if it can
6390: -- be override to proceed with normal partial unit retirement
6391: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then
6392: if (not fa_cua_asset_APIS.check_override_allowed(
6393: p_attribute_name => 'DISTRIBUTION',
6394: p_book_type_code => l_asset_hdr_rec.book_type_code,
6395: p_asset_id => l_asset_hdr_rec.asset_id,
6396: x_override_flag => l_override_flag)) then