DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_GROUPS_S

Line 282: SELECT jtf_rs_groups_s.nextval

278:
279: /* Get the next value of the Group ID from the sequence. */
280:
281: LOOP
282: SELECT jtf_rs_groups_s.nextval
283: INTO l_group_id
284: FROM dual;
285: --dbms_output.put_line ('After Select - Group ID ' || l_group_id);
286: