DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_GROUP_NUMBER_S

Line 286: SELECT jtf_rs_group_number_s.nextval

282: END IF;
283:
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 */