DBA Data[Home] [Help]

APPS.JTF_RS_TEAMS_PVT dependencies on JTF_RS_TEAMS_S

Line 245: SELECT jtf_rs_teams_s.nextval

241:
242:
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: