DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on AK_FLOW_PAGE_REGION_ITEMS

Line 2002: from AK_FLOW_PAGE_REGION_ITEMS afpri, AK_REGIONS ar

1998: cursor l_get_page_region_item_csr is
1999: select afpri.FLOW_APPLICATION_ID, afpri.FLOW_CODE,
2000: afpri.PAGE_APPLICATION_ID, afpri.PAGE_CODE,
2001: afpri.REGION_APPLICATION_ID, afpri.REGION_CODE
2002: from AK_FLOW_PAGE_REGION_ITEMS afpri, AK_REGIONS ar
2003: where ar.region_application_id = afpri.region_application_id
2004: and ar.region_code = afpri.region_code
2005: and ar.database_object_name = p_database_object_name
2006: and afpri.to_url_attribute_appl_id = p_attribute_application_id

Line 2118: -- AK_FLOW_PAGE_REGION_ITEMS

2114: raise FND_API.G_EXC_ERROR;
2115: end if;
2116: close l_get_region_item_csr;
2117: --
2118: -- AK_FLOW_PAGE_REGION_ITEMS
2119: --
2120: open l_get_page_region_item_csr;
2121: fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,
2122: l_page_application_id, l_page_code,

Line 2232: -- AK_FLOW_PAGE_REGION_ITEMS

2228: end if;
2229: end loop;
2230: close l_get_region_item_csr;
2231: --
2232: -- AK_FLOW_PAGE_REGION_ITEMS
2233: --
2234: open l_get_page_region_item_csr;
2235: loop
2236: fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,