DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_PVT dependencies on JTF_RS_GROUP_NUMBER_S

Line 301: SELECT jtf_rs_group_number_s.nextval

297: END IF;
298:
299: /* Get the next value of the Group number from the sequence. */
300:
301: SELECT jtf_rs_group_number_s.nextval
302: INTO l_group_number
303: FROM dual;
304:
305: /* Make a call to the group Audit API */