DBA Data[Home] [Help]

APPS.AK_FLOW3_PVT dependencies on AK_FLOW_PVT

Line 167: if NOT AK_FLOW_PVT.PAGE_EXISTS (

163: close l_check_no_page_csr;
164: else
165: -- do not check references if inserting records
166: --
167: if NOT AK_FLOW_PVT.PAGE_EXISTS (
168: p_api_version_number => 1.0,
169: p_return_status => l_return_status,
170: p_flow_application_id => p_flow_application_id,
171: p_flow_code => p_flow_code,

Line 321: if (NOT AK_FLOW_PVT.FLOW_EXISTS (

317:
318: --
319: -- Check that the parent flow exists
320: --
321: if (NOT AK_FLOW_PVT.FLOW_EXISTS (
322: p_api_version_number => 1.0,
323: p_return_status => l_return_status,
324: p_flow_application_id => p_flow_application_id,
325: p_flow_code => p_flow_code) ) then

Line 394: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (

390: end if;
391: end if; /* if l_check_no_region_csr%found */
392: close l_check_no_region_csr;
393: else
394: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (
395: p_api_version_number => 1.0,
396: p_return_status => l_return_status,
397: p_flow_application_id => p_flow_application_id,
398: p_flow_code => p_flow_code,

Line 596: if (NOT AK_FLOW_PVT.PAGE_EXISTS (

592:
593: --
594: -- Check that the parent flow page exists
595: --
596: if (NOT AK_FLOW_PVT.PAGE_EXISTS (
597: p_api_version_number => 1.0,
598: p_return_status => l_return_status,
599: p_flow_application_id => p_flow_application_id,
600: p_flow_code => p_flow_code,

Line 726: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (

722:
723: --
724: -- 3. the parent region must exist
725: --
726: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (
727: p_api_version_number => 1.0,
728: p_return_status => l_return_status,
729: p_flow_application_id => p_flow_application_id,
730: p_flow_code => p_flow_code,

Line 762: if NOT AK_FLOW_PVT.REGION_RELATION_EXISTS (

758: -- dbms_output.put_line('p_foreign_key_name is null: '||p_flow_code||' '||p_page_code||' '||
759: -- p_parent_region_code);
760: if (p_caller <> AK_ON_OBJECTS_PVT.G_DOWNLOAD) then
761: -- dbms_output.put_line('p_caller = '||p_caller||' p_pass = '||to_char(p_pass));
762: if NOT AK_FLOW_PVT.REGION_RELATION_EXISTS (
763: p_api_version_number => 1.0,
764: p_return_status => l_return_status,
765: p_flow_application_id => p_flow_application_id,
766: p_flow_code => p_flow_code,

Line 1002: if (NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (

998:
999: --
1000: -- Check that the parent flow page region exists
1001: --
1002: if (NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (
1003: p_api_version_number => 1.0,
1004: p_return_status => l_return_status,
1005: p_flow_application_id => p_flow_application_id,
1006: p_flow_code => p_flow_code,

Line 1145: if (NOT AK_FLOW_PVT.PAGE_EXISTS (

1141: (p_to_page_code is null) ) ) then
1142: --
1143: -- 1. The target page must exist
1144: --
1145: if (NOT AK_FLOW_PVT.PAGE_EXISTS (
1146: p_api_version_number => 1.0,
1147: p_return_status => l_return_status,
1148: p_flow_application_id => p_flow_application_id,
1149: p_flow_code => p_flow_code,

Line 1433: if (NOT AK_FLOW_PVT.FLOW_EXISTS (

1429:
1430: --
1431: -- Check that the parent flow exists
1432: --
1433: if (NOT AK_FLOW_PVT.FLOW_EXISTS (
1434: p_api_version_number => 1.0,
1435: p_return_status => l_return_status,
1436: p_flow_application_id => p_flow_application_id,
1437: p_flow_code => p_flow_code) ) then

Line 1465: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (

1461:
1462: --
1463: -- Check that the from page region exists
1464: --
1465: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (
1466: p_api_version_number => 1.0,
1467: p_return_status => l_return_status,
1468: p_flow_application_id => p_flow_application_id,
1469: p_flow_code => p_flow_code,

Line 1490: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (

1486:
1487: --
1488: -- Check that the to page region exists
1489: --
1490: if NOT AK_FLOW_PVT.PAGE_REGION_EXISTS (
1491: p_api_version_number => 1.0,
1492: p_return_status => l_return_status,
1493: p_flow_application_id => p_flow_application_id,
1494: p_flow_code => p_flow_code,