DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on AK_ATTRIBUTE_PVT

Line 373: if (NOT AK_ATTRIBUTE_PVT.ATTRIBUTE_EXISTS (

369: end if;
370: end if;
371:
372: -- - Check that the attribute referenced exists
373: if (NOT AK_ATTRIBUTE_PVT.ATTRIBUTE_EXISTS (
374: p_api_version_number => 1.0,
375: p_return_status => l_return_status,
376: p_attribute_application_id => p_attribute_application_id,
377: p_attribute_code => p_attribute_code) ) then