DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PVT dependencies on DUAL

Line 247: FROM dual;

243: /* Get the next value of the team_id from the sequence. */
244:
245: SELECT jtf_rs_teams_s.nextval
246: INTO l_team_id
247: FROM dual;
248:
249:
250: /* Get the next value of the Team_number from the sequence. */
251:

Line 254: FROM dual;

250: /* Get the next value of the Team_number from the sequence. */
251:
252: SELECT jtf_rs_team_number_s.nextval
253: INTO l_team_number
254: FROM dual;
255:
256:
257: /* Insert the row into the table by calling the table handler. */
258: