DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_FLOW_PAGE_REGION_ITEMS

Line 5756: from AK_FLOW_PAGE_REGION_ITEMS

5752: and attribute_application_id = p_attribute_application_id
5753: and attribute_code = p_attribute_code;
5754: cursor l_get_page_region_item_csr is
5755: select FLOW_APPLICATION_ID, FLOW_CODE, PAGE_APPLICATION_ID, PAGE_CODE
5756: from AK_FLOW_PAGE_REGION_ITEMS
5757: where region_application_id = p_region_application_id
5758: and region_code = p_region_code
5759: and attribute_application_id = p_attribute_application_id
5760: and attribute_code = p_attribute_code;

Line 5819: -- AK_FLOW_PAGE_REGION_ITEMS

5815: -- If we are not deleting any referencing records, we cannot
5816: -- delete the region item if it is being referenced in any of
5817: -- following tables.
5818: --
5819: -- AK_FLOW_PAGE_REGION_ITEMS
5820: --
5821: open l_get_page_region_item_csr;
5822: fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,
5823: l_page_application_id, l_page_code;

Line 5898: -- AK_FLOW_PAGE_REGION_ITEMS

5894: end loop;
5895: close l_get_category_usages_csr;
5896:
5897: --
5898: -- AK_FLOW_PAGE_REGION_ITEMS
5899: --
5900: -- open l_get_page_region_item_csr;
5901: -- loop
5902: -- fetch l_get_page_region_item_csr into l_flow_application_id, l_flow_code,