DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on PA_TASKS

Line 1388: from pa_tasks

1384: */
1385:
1386: cursor c (p_task_num varchar2, p_proj_id number) is
1387: select TASK_ID
1388: from pa_tasks
1389: where PROJECT_ID = p_proj_id and
1390: task_number = p_task_num;
1391:
1392: BEGIN