DBA Data[Home] [Help]

APPS.FND_DCP dependencies on FND_NODES

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

863: * manager will use this function in his request query (afpgrq)
864: * to filter it out if it doesn't meet any of the following conditions:
865: * a) request's target node is the same as manager's current node
866: * b) request's target node is different from manager's current node, but the
867: * FND_NODES status is 'N' or node_mode is not 'O' (online).
868: * c) There are no managers specialized to run this request on request's
869: * target node
870: *
871: * Parameters:

Line 966: from fnd_nodes

962: /* Check if the request node is down */
963: if (retval = NFALSE) then
964: select count(*)
965: into dummy
966: from fnd_nodes
967: where node_name = req_node
968: and (node_mode <> 'O'
969: or status <> 'Y');
970:

Line 1071: from fnd_nodes

1067: begin
1068:
1069: select count(*)
1070: into node_count
1071: from fnd_nodes
1072: where node_name <> 'AUTHENTICATION'
1073: and support_cp = 'Y';
1074:
1075: if (node_count > 1) then