DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on JTF_TASKS_VL

Line 4255: from jtf_tasks_vl

4251: ELSIF l_repair_mode = 'TASK' then
4252:
4253: Select count(*)
4254: into l_count
4255: from jtf_tasks_vl
4256: where source_object_type_code = 'DR'
4257: and source_object_id = l_repair_line_id
4258: and task_status_id not in (7,8,9,11);
4259: