DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on JTF_TASK_REFERENCES_VL

Line 4501: FROM jtf_task_references_vl

4497:
4498: CURSOR c_references IS
4499: SELECT task_reference_id
4500: , object_version_number
4501: FROM jtf_task_references_vl
4502: WHERE task_id = l_task_id;
4503:
4504: CURSOR c_dates IS
4505: SELECT task_date_id

Line 5489: || '(select * from jtf_task_references_vl r '

5485:
5486: v_where :=
5487: v_where
5488: || ' exists '
5489: || '(select * from jtf_task_references_vl r '
5490: || ' where r.task_id = jtf_tasks_v.task_id '
5491: || ' and r.object_id = :b100 '
5492: || ' and r.object_type_code = :b101 ) ';
5493: END IF;