DBA Data[Home] [Help]

APPS.PO_STORE_TIMECARD_PKG_GRP dependencies on PA_PROJECTS_ALL

Line 231: from PA_PROJECTS_ALL

227: if (p_project_id is not null) then
228: l_stage := 'getting the project id';
229: select SEGMENT1
230: into l_project_name
231: from PA_PROJECTS_ALL
232: where project_id = p_project_id;
233:
234: if (p_task_id is not null) then
235: l_stage := 'getting the task id';