DBA Data[Home] [Help]

APPS.OZF_TASK_GROUP_PVT dependencies on JTF_TASK_TEMP_GROUPS_VL

Line 1232: SELECT * FROM JTF_TASK_TEMP_GROUPS_VL

1228: )
1229: IS
1230:
1231: CURSOR c_task_group (cv_task_template_group_id NUMBER) IS
1232: SELECT * FROM JTF_TASK_TEMP_GROUPS_VL
1233: WHERE TASK_TEMPLATE_GROUP_ID = cv_task_template_group_id;
1234:
1235: l_task_group_rec c_task_group%ROWTYPE;
1236: