DBA Data[Home] [Help]

APPS.PA_ACCUM_UTILS dependencies on PA_TASKS

Line 1048: pa_tasks pt

1044:
1045: Cursor Tasks_Cur is
1046: Select task_id
1047: from
1048: pa_tasks pt
1049: where project_id = x_project_id
1050: and task_id <> x_task_id
1051: and exists
1052: (select 'x'