DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_CUA_ASSET_APIS

Line 281: if (not fa_cua_asset_APIS.check_override_allowed(

277: -- dbms_output.put_line('CRL Is Enabled');
278:
279: l_err_stage:= 'Check_override_allowed';
280: -- dbms_output.put_line(l_err_stage);
281: if (not fa_cua_asset_APIS.check_override_allowed(
282: p_attribute_name => 'CATEGORY',
283: p_book_type_code => px_asset_hdr_rec.book_type_code,
284: p_asset_id => px_asset_hdr_rec.asset_id,
285: x_override_flag => l_override_flag)) then