DBA Data[Home] [Help]

APPS.FND_DCP dependencies on FND_NODES

Line 826: * FND_NODES status is 'N' or node_mode is not 'O' (online).

822: * manager will use this function in his request query (afpgrq)
823: * to filter it out if it doesn't meet any of the following conditions:
824: * a) request's target node is the same as manager's current node
825: * b) request's target node is different from manager's current node, but the
826: * FND_NODES status is 'N' or node_mode is not 'O' (online).
827: * c) There are no managers specialized to run this request on request's
828: * target node
829: *
830: * Parameters:

Line 925: from fnd_nodes

921: /* Check if the request node is down */
922: if (retval = NFALSE) then
923: select count(*)
924: into dummy
925: from fnd_nodes
926: where node_name = req_node
927: and (node_mode <> 'O'
928: or status <> 'Y');
929:

Line 1030: from fnd_nodes

1026: begin
1027:
1028: select count(*)
1029: into node_count
1030: from fnd_nodes
1031: where node_name <> 'AUTHENTICATION'
1032: and support_cp = 'Y';
1033:
1034: if (node_count > 1) then