DBA Data[Home] [Help]

APPS.CS_AUTOGEN_TASK_PVT dependencies on JTF_TASK_TYPES_VL

Line 129: FROM jtf_task_types_vl

125: -- Cursor to check task type
126:
127: CURSOR c_check_task_type (p_task_type_id IN NUMBER) IS
128: SELECT RULE
129: FROM jtf_task_types_vl
130: WHERE task_type_id = p_task_type_id ;
131:
132: -- cursor to determine task template group name
133: