DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on JTF_TASKS_B

Line 1945: from jtf_tasks_b

1941: id NUMBER;
1942:
1943: cursor c (p_task_num varchar2) is
1944: select task_id
1945: from jtf_tasks_b
1946: where task_number = p_task_num;
1947:
1948:
1949: BEGIN