DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PA_PROJECTS_ALL

Line 6771: from pa_projects_all

6767: -- Introduced the following code for Bug 3263333
6768:
6769: Cursor C_proj is
6770: Select segment1 Project_number
6771: from pa_projects_all
6772: where project_id = p_project_id;
6773:
6774:
6775: /* Comented the following code for Bug 3263333