DBA Data[Home] [Help]

APPS.JTF_RS_ROLES_PVT dependencies on JTF_RS_ROLES_S

Line 368: SELECT jtf_rs_roles_s.nextval

364: END IF;
365: END IF;
366:
367: --Get the next value of the Role Id from the sequence
368: SELECT jtf_rs_roles_s.nextval
369: INTO l_role_id
370: FROM dual;
371:
372: --Call the Table Handler to Insert Values into jtf_rs_roles Tables