DBA Data[Home] [Help]

APPS.IEO_ICSM_NODE_PUB dependencies on IEO_SVR_NODE_ASSIGNMENTS

Line 7: delete from ieo_svr_node_assignments;

3:
4: PROCEDURE DELETE_ALL_NODES IS
5: BEGIN
6: delete from ieo_svr_node_rt_info;
7: delete from ieo_svr_node_assignments;
8: delete from ieo_node_addrs;
9: delete from ieo_nodes;
10: END DELETE_ALL_NODES;
11: