DBA Data[Home] [Help]

APPS.JTF_EC_UTIL dependencies on JTF_TASK_REFERENCES_VL

Line 937: from jtf_task_references_vl

933:
934: cursor c_check_task_ref_id(p_task_reference_id NUMBER,
935: p_escalation_id NUMBER) Is
936: select 'x'
937: from jtf_task_references_vl
938: where task_reference_id = p_task_reference_id
939: and task_id = p_escalation_id;
940:
941: l_dummy varchar2(1);