DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE dependencies on DUAL

Line 106: from dual

102: x_result VARCHAR2(30);
103:
104: cursor l_project_csr (t_project_id NUMBER) is
105: select '1'
106: from dual
107: where exists (select object_id
108: from pa_project_parties
109: where object_id = t_project_id
110: and object_type = 'PA_PROJECTS');