DBA Data[Home] [Help]

APPS.OUTSIDE_PROC_SV dependencies on PA_TASKS

Line 438: from pa_tasks --< Bug 3265539 >

434: x_progress := '030';
435: if x_task_id is not null then
436: select task_number
437: into x_task
438: from pa_tasks --< Bug 3265539 >
439: where task_id = x_task_id and
440: project_id = x_project_id;
441: end if;
442: