DBA Data[Home] [Help]

APPS.CSD_SC_WORK_ENTITIES_PVT dependencies on JTF_TASK_TEMP_GROUPS_VL

Line 269: from jtf_task_temp_groups_vl

265: If (p_sc_work_entity_rec.work_entity_type_code = g_task_type
266: and p_sc_work_entity_rec.work_entity_id1 is not null) then
267: select 'X'
268: into l_dummy
269: from jtf_task_temp_groups_vl
270: where task_template_group_id = p_sc_work_entity_rec.work_entity_id1;
271: End if;
272:
273: Exception

Line 920: from jtf_task_temp_groups_vl

916: If (p_sc_work_entity_rec.work_entity_type_code = g_task_type
917: and p_sc_work_entity_rec.work_entity_id1 is not null) then
918: select 'X'
919: into l_dummy
920: from jtf_task_temp_groups_vl
921: where task_template_group_id = p_sc_work_entity_rec.work_entity_id1;
922: End if;
923:
924: Exception