DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on DUAL

Line 269: FROM dual;

265:
266: LOOP
267: SELECT jtf_rs_groups_s.nextval
268: INTO l_group_id
269: FROM dual;
270: --dbms_output.put_line ('After Select - Group ID ' || l_group_id);
271:
272: OPEN c_dup_group_id (l_group_id);
273: FETCH c_dup_group_id INTO l_check_dup_id;

Line 288: FROM dual;

284: /* Get the next value of the Group number from the sequence. */
285:
286: SELECT jtf_rs_group_number_s.nextval
287: INTO l_group_number
288: FROM dual;
289:
290: /* Make a call to the group Audit API */
291:
292: jtf_rs_groups_aud_pvt.insert_group