API to create tasks in projects
Hello,
I am trying to call an Oracle API to create tasks in Oracle projects.
I am trying to use one of two APIs from the PA_TASK_PUB1 package. I'm calling create_task and create_tasks. Create_tasks keeps giving me the same error, PLS-00306: wrong number or types of arguments in call to 'CREATE_TASKS', even though I am passing a valid argument to every input parameter in that API.
I am calling create_task as specified below. This seems to work in regards to the records it is creating in the task tables (pa_tasks, pa_proj_elements, etc.). I see newly created records in all those tables. But problem is, I do not see it in the front end from the Self-Service screens (Workplan, Financial Plan, etc.) and therefore cannot fully complete my program.