DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_CUA_ASSET_APIS

Line 291: if (NOT fa_cua_asset_apis.check_override_allowed (

287: null;
288: else
289: -- check whether update is allowed for Hierarchy Attached asset
290: if (l_crl_enabled ) then
291: if (NOT fa_cua_asset_apis.check_override_allowed (
292: p_attribute_name => 'SERIAL_NUMBER',
293: p_book_type_code => px_asset_hdr_rec.book_type_code,
294: p_asset_id => px_asset_hdr_rec.asset_id,
295: x_override_flag => l_override_flag,

Line 346: if (NOT fa_cua_asset_APIS.check_override_allowed(

342: raise pub_error;
343: end if;
344: else
345: if (l_crl_enabled) then
346: if (NOT fa_cua_asset_APIS.check_override_allowed(
347: p_attribute_name => 'ASSET_KEY',
348: p_book_type_code => px_asset_hdr_rec.book_type_code,
349: p_asset_id => px_asset_hdr_rec.asset_id,
350: x_override_flag => l_override_flag,

Line 543: if (NOT fa_cua_asset_apis.check_override_allowed(

539: */
540: else
541:
542: if (l_crl_enabled) then
543: if (NOT fa_cua_asset_apis.check_override_allowed(
544: p_attribute_name => 'LEASE_NUMBER',
545: p_book_type_code => px_asset_hdr_rec.book_type_code,
546: p_asset_id => px_asset_hdr_rec.asset_id,
547: x_override_flag => l_override_flag,