DBA Data[Home] [Help]

APPS.IEU_TASKS_ENUMS_PVT dependencies on JTF_TASK_TYPES_VL

Line 217: jtf_task_types_vl

213: CURSOR c_task_nodes_2 IS
214: SELECT
215: task_type_id, name task_type
216: FROM
217: jtf_task_types_vl
218: WHERE
219: trunc(sysdate) between trunc(nvl(start_date_active, sysdate))
220: and trunc(nvl(end_date_active, sysdate))
221: ORDER BY 2;