DBA Data[Home] [Help]

APPS.FND_PROFILE dependencies on FND_NODES

Line 4066: from fnd_nodes

4062: PUT('SERVER_ID', to_char(PROFILES_SERVER_ID));
4063: begin
4064: select node_name
4065: into NAME
4066: from fnd_nodes
4067: where node_id = PROFILES_SERVER_ID;
4068: exception
4069: when others then
4070: NAME := '';