DBA Data[Home] [Help]

APPS.IEU_UWQ_MY_TASKS_ENUMS_PVT dependencies on JTF_TASK_TYPES_VL

Line 52: jtf_task_types_vl

48: CURSOR c_task_nodes_2 IS
49: SELECT
50: task_type_id, name task_type
51: FROM
52: jtf_task_types_vl
53: WHERE
54: trunc(sysdate) between trunc(nvl(start_date_active, sysdate))
55: and trunc(nvl(end_date_active, sysdate))
56: ORDER BY 2;