DBA Data[Home] [Help]

APPS.JTF_EC_PVT dependencies on JTF_TASKS_VL

Line 198: FROM jtf_tasks_vl

194:
195: BEGIN
196: SELECT task_number
197: INTO l_escalation_number
198: FROM jtf_tasks_vl
199: WHERE task_id = l_escalation_id;
200: EXCEPTION
201: WHEN NO_DATA_FOUND
202: THEN

Line 471: FROM jtf_tasks_vl

467: fnd_api.g_miss_date,
468: actual_end_date,
469: p_close_date
470: ) close_date
471: FROM jtf_tasks_vl
472: WHERE task_id =
473: l_escalation_id;
474:
475: escalation_rec c_escalation_update%ROWTYPE;