DBA Data[Home] [Help]

APPS.JTF_EC_UTIL dependencies on JTF_TASK_STATUSES_VL

Line 650: jtf_task_statuses_vl s

646:
647: cursor c_chk_open_tasks(p_task_id NUMBER) Is
648: select 'x'
649: from jtf_tasks_b t,
650: jtf_task_statuses_vl s
651: where t.source_object_id = p_task_id
652: and t.source_object_type_code = 'ESC'
653: and t.restrict_closure_flag = 'Y'
654: and t.task_status_id = s.task_status_id