DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on JTF_TASKS_VL

Line 4513: from jtf_tasks_vl

4509: ELSIF l_repair_mode = 'TASK' then
4510:
4511: Select count(*)
4512: into l_count
4513: from jtf_tasks_vl
4514: where source_object_type_code = 'DR'
4515: and source_object_id = l_repair_line_id
4516: and task_status_id not in (7,8,9,11);
4517: