DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on PA_TASKS

Line 1369: from pa_tasks

1365: */
1366:
1367: cursor c (p_task_num varchar2, p_proj_id number) is
1368: select TASK_ID
1369: from pa_tasks
1370: where PROJECT_ID = p_proj_id and
1371: task_number = p_task_num;
1372:
1373: BEGIN