DBA Data[Home] [Help]

APPS.IEM_EMC_SERVERS_PVT dependencies on IEM_SERVER_GROUPS

Line 67: Select count(*) into l_grp_cnt from iem_server_groups

63: FROM dual;
64:
65: /*Check For Existing Server Group Id */
66:
67: Select count(*) into l_grp_cnt from iem_server_groups
68: where server_group_id=p_server_group_id
69: and rownum=1;
70: IF l_grp_cnt = 0 then
71: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_SERVER_GRP');

Line 324: Select count(*) into l_grp_cnt from iem_server_groups

320: if (p_server_group_id is not null OR p_server_group_id <> FND_API.G_MISS_NUM) then
321:
322: /*Check For Existing EMC Server Group */
323:
324: Select count(*) into l_grp_cnt from iem_server_groups
325: where server_group_id=p_server_group_id
326: and rownum=1;
327: IF l_grp_cnt = 0 then
328: FND_MESSAGE.SET_NAME('IEM','IEM_NON_EXISTENT_SERVER_GRP');