DBA Data[Home] [Help]

APPS.FND_APP_SERVER_PKG dependencies on FND_APPLICATION_SERVERS

Line 14: svrid fnd_application_servers.server_id%TYPE;

10: ** AdminAppServer.createServerId().
11: */
12: FUNCTION create_server_id RETURN VARCHAR2
13: IS
14: svrid fnd_application_servers.server_id%TYPE;
15: guid VARCHAR2(32);
16: rnd_dt VARCHAR2(32);
17: curs integer;
18: sqlbuf varchar2(2000);

Line 310: ** Due to the migration of FND_APPLICATION_SERVERS to FND_NODES,

306:
307: /* delete_server
308: **
309: ** This procedure used to remove an Application Server row from the database.
310: ** Due to the migration of FND_APPLICATION_SERVERS to FND_NODES,
311: ** fnd_nodes.server_id is nulled out instead in order to preserve the
312: ** node_name and avoid dangling references to the node_name. This is called by
313: ** AdminAppServer.delSvrFromDB().
314: */