DBA Data[Home] [Help]

APPS.JTF_RS_TEAM_USAGES_PVT dependencies on JTF_RS_TEAM_USAGES_S

Line 307: SELECT jtf_rs_team_usages_s.nextval

303:
304:
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: