DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_CUA_ASSET_APIS

Line 306: if (NOT fa_cua_asset_apis.check_override_allowed (

302: null;
303: else
304: -- check whether update is allowed for Hierarchy Attached asset
305: if (l_crl_enabled) then
306: if (NOT fa_cua_asset_apis.check_override_allowed (
307: p_attribute_name => 'SERIAL_NUMBER',
308: p_book_type_code => px_asset_hdr_rec.book_type_code,
309: p_asset_id => px_asset_hdr_rec.asset_id,
310: x_override_flag => l_override_flag)) then

Line 363: if (NOT fa_cua_asset_APIS.check_override_allowed(

359: raise pub_error;
360: end if;
361: else
362: if (l_crl_enabled) then
363: if (NOT fa_cua_asset_APIS.check_override_allowed(
364: p_attribute_name => 'ASSET_KEY',
365: p_book_type_code => px_asset_hdr_rec.book_type_code,
366: p_asset_id => px_asset_hdr_rec.asset_id,
367: x_override_flag => l_override_flag

Line 567: if (NOT fa_cua_asset_apis.check_override_allowed(

563: */
564: else
565:
566: if (l_crl_enabled) then
567: if (NOT fa_cua_asset_apis.check_override_allowed(
568: p_attribute_name => 'LEASE_NUMBER',
569: p_book_type_code => px_asset_hdr_rec.book_type_code,
570: p_asset_id => px_asset_hdr_rec.asset_id,
571: x_override_flag => l_override_flag