DBA Data[Home] [Help]

APPS.JTF_EC_UTIL dependencies on JTF_TASK_PHONES

Line 781: from jtf_task_phones ph,

777:
778: cursor c_check_phone_id(p_task_phone_id NUMBER,
779: p_escalation_id NUMBER) Is
780: select 'x'
781: from jtf_task_phones ph,
782: jtf_task_contacts c
783: where ph.task_phone_id = p_task_phone_id
784: and ph.task_contact_id = c.task_contact_id
785: and c.task_id = p_escalation_id;