DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on JTF_TASK_REFERENCES_B

Line 1452: jtf_task_references_b r,

1448: --:escalation
1449: CURSOR Get_Escalation (v_incident_id NUMBER) IS
1450: SELECT fnd1.meaning escalation_level
1451: FROM fnd_lookups fnd1,
1452: jtf_task_references_b r,
1453: jtf_tasks_b t
1454: WHERE fnd1.lookup_type = 'JTF_EC_ESC_LEVEL'and
1455: fnd1.lookup_code = t.escalation_level and
1456: v_incident_id = r.OBJECT_ID and