DBA Data[Home] [Help]

APPS.IEC_SVR_UTIL_PVT dependencies on IEO_SVR_PROTOCOL_MAP

Line 60: update ieo_svr_protocol_map

56: last_update_date = sysdate
57: where server_id = P_SERVER_ID;
58:
59:
60: update ieo_svr_protocol_map
61: set wire_protocol = P_WIRE_PROTOCOL,
62: port = P_PORT,
63: extra = P_EXTRA,
64: last_updated_by = NVL(FND_GLOBAL.user_id,-1),

Line 69: insert into ieo_svr_protocol_map (

65: last_update_date = sysdate
66: where comp_id = l_seq_id;
67:
68: if (SQL%NOTFOUND OR (SQL%ROWCOUNT <= 0)) then
69: insert into ieo_svr_protocol_map (
70: comp_id,
71: wire_protocol,
72: created_by,
73: creation_date,