DBA Data[Home] [Help]

APPS.IEU_TASKS_ENUMS_PVT dependencies on JTF_TASK_TYPES_VL

Line 208: jtf_task_types_vl

204: CURSOR c_task_nodes_2 IS
205: SELECT
206: task_type_id, name task_type
207: FROM
208: jtf_task_types_vl
209: WHERE
210: trunc(sysdate) between trunc(nvl(start_date_active, sysdate))
211: and trunc(nvl(end_date_active, sysdate))
212: ORDER BY 2;