DBA Data[Home] [Help]

APPS.AK_FLOW3_PVT dependencies on AK_REGION_PVT

Line 617: if (NOT AK_REGION_PVT.REGION_EXISTS (

613:
614: --
615: -- Check that the region exists in AK_REGIONS
616: --
617: if (NOT AK_REGION_PVT.REGION_EXISTS (
618: p_api_version_number => 1.0,
619: p_return_status => l_return_status,
620: p_region_application_id => p_region_application_id,
621: p_region_code => p_region_code) ) then

Line 1027: if (NOT AK_REGION_PVT.ITEM_EXISTS (

1023:
1024: --
1025: -- Check that the region item exists in AK_REGION_ITEMS
1026: --
1027: if (NOT AK_REGION_PVT.ITEM_EXISTS (
1028: p_api_version_number => 1.0,
1029: p_return_status => l_return_status,
1030: p_region_application_id => p_region_application_id,
1031: p_region_code => p_region_code,