DBA Data[Home] [Help]

APPS.IEU_PVT dependencies on IEO_SVR_TYPES_B

Line 1630: IEO_SVR_TYPES_B stype

1626: INTO
1627: l_threshold_secs
1628: FROM
1629: IEO_SVR_SERVERS srvrs,
1630: IEO_SVR_TYPES_B stype
1631: WHERE
1632: (srvrs.SERVER_ID = l_server_id) AND
1633: (srvrs.TYPE_ID = stype.TYPE_ID) AND
1634: (ROWNUM <= 1);

Line 2037: ' ieo_svr_types_b svr_types, ' ||

2033: one server. - ssk
2034: */
2035: l_binding_statement := 'SELECT bindings.server_id, svr_types.type_id FROM ' ||
2036: ' ieu_uwq_agent_bindings bindings, ' ||
2037: ' ieo_svr_types_b svr_types, ' ||
2038: ' ieo_svr_servers svrs ' ||
2039: ' WHERE bindings.resource_id = :1 ' ||
2040: ' AND bindings.server_id=svrs.server_id ' ||
2041: ' AND svr_types.type_id = svrs.type_id ' ||