DBA Data[Home] [Help]

APPS.JTF_RS_JOB_ROLES_PVT dependencies on JTF_RS_JOB_ROLES_S

Line 112: SELECT jtf_rs_job_roles_s.nextval

108:
109:
110: /* Get the next value of the Job_Role_id from the sequence. */
111:
112: SELECT jtf_rs_job_roles_s.nextval
113: INTO l_job_role_id
114: FROM dual;
115:
116: