DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on AK_ATTRIBUTE_PVT

Line 380: if (NOT AK_ATTRIBUTE_PVT.ATTRIBUTE_EXISTS (

376: end if;
377: end if;
378:
379: -- - Check that the attribute referenced exists
380: if (NOT AK_ATTRIBUTE_PVT.ATTRIBUTE_EXISTS (
381: p_api_version_number => 1.0,
382: p_return_status => l_return_status,
383: p_attribute_application_id => p_attribute_application_id,
384: p_attribute_code => p_attribute_code) ) then