DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_CUA_ASSET_APIS

Line 240: if (not fa_cua_asset_APIS.check_override_allowed(

236:
237: -- check if asset is attached to hierarchy and see if it can
238: -- be override to proceed with normal unit adjustment
239: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then
240: if (not fa_cua_asset_APIS.check_override_allowed(
241: p_attribute_name => 'DISTRIBUTION',
242: p_book_type_code => p_asset_hdr_rec.book_type_code,
243: p_asset_id => p_asset_hdr_rec.asset_id,
244: x_override_flag => l_override_flag)) then