DBA Data[Home] [Help]

APPS.JTF_TASK_TEMPLATES_UTL dependencies on JTF_TASK_TEMPLATES_VL

Line 245: FROM jtf_task_templates_vl

241: NULL,task_confirmation_status,
242: jtf_task_utl.G_MISS_CHAR, NULL,
243: task_template_record.task_confirmation_status
244: ) task_confirmation_status
245: FROM jtf_task_templates_vl
246: WHERE task_group_id = p_task_template_group_id
247: AND task_template_id = task_template_record.task_template_id;
248:
249: l_task_template_rec c_task_template%ROWTYPE;

Line 571: FROM jtf_task_templates_vl

567: task_confirmation_status,
568: null, 'N',
569: task_confirmation_status
570: ) task_confirmation_status
571: FROM jtf_task_templates_vl
572: WHERE task_group_id = p_task_template_group_info.task_template_group_id
573: AND nvl(deleted_flag,'N') <> 'Y'
574: ORDER BY task_template_id;
575: