Project Management assigning resources to Roles on a projects.
I need to assign resource to a project role. We are doing this at the Project level not the Project task level. I have tried the pa_res_amg_pub.create_assignment. THis created duplicate project assignments. I am trying to use the pa_res_amg_pub.update_assignments but get this error message
Error report:
ORA-06550: line 157, column 7:
PLS-00306: wrong number or types of arguments in call to 'UPDATE_ASSIGNMENTS'
ORA-06550: line 157, column 7:
PL/SQL: Statement ignored
06550. 00000 - "line %s, column %s:\n%s"
*Cause: Usually a PL/SQL compilation error.
*Action:
Does anyone know what data I need to pass to the ASSIGNMENT_IN_TBL_TYPE for UPDATE_ASSIGNMENTS.?
Error report:
ORA-06550: line 157, column 7:
PLS-00306: wrong number or types of arguments in call to 'UPDATE_ASSIGNMENTS'
ORA-06550: line 157, column 7:
PL/SQL: Statement ignored
06550. 00000 - "line %s, column %s:\n%s"
*Cause: Usually a PL/SQL compilation error.
*Action:
Does anyone know what data I need to pass to the ASSIGNMENT_IN_TBL_TYPE for UPDATE_ASSIGNMENTS.?
0