DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_FLOW_PAGE_REGION_ITEMS

Line 5745: from AK_FLOW_PAGE_REGION_ITEMS

5741: and attribute_application_id = p_attribute_application_id
5742: and attribute_code = p_attribute_code;
5743: cursor l_get_page_region_item_csr is
5744: select FLOW_APPLICATION_ID, FLOW_CODE, PAGE_APPLICATION_ID, PAGE_CODE
5745: from AK_FLOW_PAGE_REGION_ITEMS
5746: where region_application_id = p_region_application_id
5747: and region_code = p_region_code
5748: and attribute_application_id = p_attribute_application_id
5749: and attribute_code = p_attribute_code;

Line 5808: -- AK_FLOW_PAGE_REGION_ITEMS

5804: -- If we are not deleting any referencing records, we cannot
5805: -- delete the region item if it is being referenced in any of
5806: -- following tables.
5807: --
5808: -- AK_FLOW_PAGE_REGION_ITEMS
5809: --
5810: open l_get_page_region_item_csr;
5811: fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,
5812: l_page_application_id, l_page_code;

Line 5887: -- AK_FLOW_PAGE_REGION_ITEMS

5883: end loop;
5884: close l_get_category_usages_csr;
5885:
5886: --
5887: -- AK_FLOW_PAGE_REGION_ITEMS
5888: --
5889: -- open l_get_page_region_item_csr;
5890: -- loop
5891: -- fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,