DBA Data[Home] [Help]

APPS.OUTSIDE_PROC_SV dependencies on PJM_PROJECTS_ALL_OU_V

Line 430: from pjm_projects_all_ou_v --< Bug 3265539 >

426: x_progress := '020';
427: if x_project_id is not null then
428: select project_number
429: into x_project
430: from pjm_projects_all_ou_v --< Bug 3265539 >
431: where project_id = x_project_id;
432: end if;
433:
434: x_progress := '030';