DBA Data[Home] [Help]

APPS.AK_OBJECT_PVT dependencies on AK_FLOW_PAGE_REGION_ITEMS

Line 1995: from AK_FLOW_PAGE_REGION_ITEMS afpri, AK_REGIONS ar

1991: cursor l_get_page_region_item_csr is
1992: select afpri.FLOW_APPLICATION_ID, afpri.FLOW_CODE,
1993: afpri.PAGE_APPLICATION_ID, afpri.PAGE_CODE,
1994: afpri.REGION_APPLICATION_ID, afpri.REGION_CODE
1995: from AK_FLOW_PAGE_REGION_ITEMS afpri, AK_REGIONS ar
1996: where ar.region_application_id = afpri.region_application_id
1997: and ar.region_code = afpri.region_code
1998: and ar.database_object_name = p_database_object_name
1999: and afpri.to_url_attribute_appl_id = p_attribute_application_id

Line 2111: -- AK_FLOW_PAGE_REGION_ITEMS

2107: raise FND_API.G_EXC_ERROR;
2108: end if;
2109: close l_get_region_item_csr;
2110: --
2111: -- AK_FLOW_PAGE_REGION_ITEMS
2112: --
2113: open l_get_page_region_item_csr;
2114: fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,
2115: l_page_application_id, l_page_code,

Line 2225: -- AK_FLOW_PAGE_REGION_ITEMS

2221: end if;
2222: end loop;
2223: close l_get_region_item_csr;
2224: --
2225: -- AK_FLOW_PAGE_REGION_ITEMS
2226: --
2227: open l_get_page_region_item_csr;
2228: loop
2229: fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,