DBA Data[Home] [Help]

APPS.HZ_COPY_REL_PVT dependencies on HZ_HIERARCHY_NODES

Line 1619: DELETE hz_hierarchy_nodes

1615: x_return_status := FND_API.G_RET_STS_SUCCESS;
1616:
1617: -- Bug 3615970: point 2
1618: -- clean up hierarchy nodes table
1619: DELETE hz_hierarchy_nodes
1620: WHERE hierarchy_type = p_rel_type;
1621:
1622: -- get all the relationships for this relationship type
1623: OPEN c1;