DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_FLOW_PAGE_REGIONS

Line 6054: from AK_FLOW_PAGE_REGIONS

6050: or (nested_region_code = p_region_code
6051: and nested_region_application_id = p_region_application_id);
6052: cursor l_get_page_region_csr is
6053: select FLOW_APPLICATION_ID, FLOW_CODE, PAGE_APPLICATION_ID, PAGE_CODE
6054: from AK_FLOW_PAGE_REGIONS
6055: where region_application_id = p_region_application_id
6056: and region_code = p_region_code;
6057: cursor l_get_items_csr is
6058: select ATTRIBUTE_APPLICATION_ID, ATTRIBUTE_CODE

Line 6157: -- AK_FLOW_PAGE_REGIONS

6153: raise FND_API.G_EXC_ERROR;
6154: end if;
6155: close l_get_items_csr;
6156: --
6157: -- AK_FLOW_PAGE_REGIONS
6158: --
6159: open l_get_page_region_csr;
6160: fetch l_get_page_region_csr into l_flow_application_id, l_flow_code,
6161: l_page_application_id, l_page_code;

Line 6217: -- AK_FLOW_PAGE_REGIONS

6213: end if;
6214: end loop;
6215: close l_get_items_csr;
6216: --
6217: -- AK_FLOW_PAGE_REGIONS
6218: --
6219: -- open l_get_page_region_csr;
6220: -- loop
6221: -- fetch l_get_page_region_csr into l_flow_application_id, l_flow_code,