DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on JTF_TASK_REFERENCES_VL

Line 4420: FROM jtf_task_references_vl

4416:
4417: CURSOR c_references IS
4418: SELECT task_reference_id
4419: , object_version_number
4420: FROM jtf_task_references_vl
4421: WHERE task_id = l_task_id;
4422:
4423: CURSOR c_dates IS
4424: SELECT task_date_id

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

5404:
5405: v_where :=
5406: v_where
5407: || ' exists '
5408: || '(select * from jtf_task_references_vl r '
5409: || ' where r.task_id = jtf_tasks_v.task_id '
5410: || ' and r.object_id = :b100 '
5411: || ' and r.object_type_code = :b101 ) ';
5412: END IF;