DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_USAGES_PVT dependencies on DUAL

Line 309: FROM dual;

305: /* Get the next value of the Team_usage_id from the sequence. */
306:
307: SELECT jtf_rs_team_usages_s.nextval
308: INTO l_team_usage_id
309: FROM dual;
310:
311:
312: /* Insert the row into the table by calling the table handler. */
313: