DBA Data[Home] [Help]

APPS.CSM_UTIL_PKG dependencies on JTF_TASK_REFERENCES_VL

Line 1748: jtf_task_references_vl ref,

1744: IS
1745: CURSOR l_esc_csr (b_task_id NUMBER) IS
1746: SELECT esc.escalation_level
1747: FROM jtf_tasks_b tasks,
1748: jtf_task_references_vl ref,
1749: jtf_tasks_b esc
1750: WHERE ref.object_id = tasks.task_id
1751: and ref.object_type_code = 'TASK'
1752: and ref.reference_code = 'ESC'