DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on JTF_TASK_REFERENCES_B

Line 1381: jtf_task_references_b r,

1377: --:escalation
1378: CURSOR Get_Escalation (v_incident_id NUMBER) IS
1379: SELECT fnd1.meaning escalation_level
1380: FROM fnd_lookups fnd1,
1381: jtf_task_references_b r,
1382: jtf_tasks_b t
1383: WHERE fnd1.lookup_type = 'JTF_EC_ESC_LEVEL'and
1384: fnd1.lookup_code = t.escalation_level and
1385: v_incident_id = r.OBJECT_ID and