DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_CUA_ASSET_APIS

Line 238: if (not fa_cua_asset_APIS.check_override_allowed(

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