DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on JTF_TASKS_B

Line 1926: from jtf_tasks_b

1922: id NUMBER;
1923:
1924: cursor c (p_task_num varchar2) is
1925: select task_id
1926: from jtf_tasks_b
1927: where task_number = p_task_num;
1928:
1929:
1930: BEGIN