DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_FLOW_PAGE_REGIONS

Line 6043: from AK_FLOW_PAGE_REGIONS

6039: or (nested_region_code = p_region_code
6040: and nested_region_application_id = p_region_application_id);
6041: cursor l_get_page_region_csr is
6042: select FLOW_APPLICATION_ID, FLOW_CODE, PAGE_APPLICATION_ID, PAGE_CODE
6043: from AK_FLOW_PAGE_REGIONS
6044: where region_application_id = p_region_application_id
6045: and region_code = p_region_code;
6046: cursor l_get_items_csr is
6047: select ATTRIBUTE_APPLICATION_ID, ATTRIBUTE_CODE

Line 6146: -- AK_FLOW_PAGE_REGIONS

6142: raise FND_API.G_EXC_ERROR;
6143: end if;
6144: close l_get_items_csr;
6145: --
6146: -- AK_FLOW_PAGE_REGIONS
6147: --
6148: open l_get_page_region_csr;
6149: fetch l_get_page_region_csr into l_flow_application_id, l_flow_code,
6150: l_page_application_id, l_page_code;

Line 6206: -- AK_FLOW_PAGE_REGIONS

6202: end if;
6203: end loop;
6204: close l_get_items_csr;
6205: --
6206: -- AK_FLOW_PAGE_REGIONS
6207: --
6208: -- open l_get_page_region_csr;
6209: -- loop
6210: -- fetch l_get_page_region_csr into l_flow_application_id, l_flow_code,