DBA Data[Home] [Help]

APPS.AK_KEY_PVT dependencies on AK_FLOW_REGION_RELATIONS

Line 1494: from AK_FLOW_REGION_RELATIONS

1490: cursor l_get_relations_csr is
1491: select FLOW_APPLICATION_ID, FLOW_CODE, FROM_PAGE_APPL_ID, FROM_PAGE_CODE,
1492: FROM_REGION_APPL_ID, FROM_REGION_CODE, TO_PAGE_APPL_ID,
1493: TO_PAGE_CODE, TO_REGION_APPL_ID, TO_REGION_CODE
1494: from AK_FLOW_REGION_RELATIONS
1495: where FOREIGN_KEY_NAME = p_foreign_key_name;
1496: l_api_version_number CONSTANT number := 1.0;
1497: l_api_name CONSTANT varchar2(30):= 'Delete_Foreign_Key';
1498: l_attribute_appl_id NUMBER;

Line 1563: -- AK_FLOW_REGION_RELATIONS

1559: raise FND_API.G_EXC_ERROR;
1560: end if;
1561: close l_get_columns_csr;
1562: --
1563: -- AK_FLOW_REGION_RELATIONS
1564: --
1565: open l_get_relations_csr;
1566: fetch l_get_relations_csr into l_flow_application_id, l_flow_code,
1567: l_from_page_appl_id, l_from_page_code,

Line 1610: -- AK_FLOW_REGION_RELATIONS

1606: end if;
1607: end loop;
1608: close l_get_columns_csr;
1609: --
1610: -- AK_FLOW_REGION_RELATIONS
1611: --
1612: open l_get_relations_csr;
1613: loop
1614: fetch l_get_relations_csr into l_flow_application_id, l_flow_code,

Line 2010: -- AK_FLOW_REGION_RELATIONS

2006: end if;
2007: end loop;
2008: close l_get_columns_csr;
2009: --
2010: -- AK_FLOW_REGION_RELATIONS
2011: --
2012: open l_get_fk_csr;
2013: loop
2014: fetch l_get_fk_csr into l_foreign_key_name;