DBA Data[Home] [Help]

APPS.JTF_RS_JOB_ROLES_PVT dependencies on DUAL

Line 114: FROM dual;

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:
117: /* Insert the row into the table by calling the table handler. */
118: