DBA Data[Home] [Help]

APPS.IEM_EMC_SERVERS_PVT dependencies on IEM_EMC_SERVERS_S1

Line 61: SELECT IEM_EMC_SERVERS_s1.nextval

57: END IF;
58: -- Initialize API return status to SUCCESS
59: x_return_status := FND_API.G_RET_STS_SUCCESS;
60:
61: SELECT IEM_EMC_SERVERS_s1.nextval
62: INTO l_seq_id
63: FROM dual;
64:
65: /*Check For Existing Server Group Id */