DBA Data[Home] [Help]

APPS.FA_TRANSFER_PUB dependencies on FA_CUA_ASSET_APIS

Line 299: if (not fa_cua_asset_APIS.check_override_allowed(

295:
296: -- check if asset is attached to hierarchy and see if it can
297: -- be override to proceed with normal transfer
298: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then
299: if (not fa_cua_asset_APIS.check_override_allowed(
300: p_attribute_name => 'DISTRIBUTION',
301: p_book_type_code => p_asset_hdr_rec.book_type_code,
302: p_asset_id => p_asset_hdr_rec.asset_id,
303: x_override_flag => l_override_flag,