DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_USAGES_PVT dependencies on JTF_RS_GROUP_USAGES_S

Line 313: SELECT jtf_rs_group_usages_s.nextval

309:
310:
311: /* Get the next value of the Group_usage_id from the sequence. */
312:
313: SELECT jtf_rs_group_usages_s.nextval
314: INTO l_group_usage_id
315: FROM dual;
316:
317: