DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_USAGES_PVT dependencies on DUAL

Line 315: FROM dual;

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:
318: /* Insert the row into the table by calling the table handler. */
319: