API to update scheduled_start_date and scheduled_finish_date for Project Tasks in R12.2.4
We are using public API PA_STATUS_PUB.UPDATE_PROGRESS to update scheduled_start_date and scheduled_finish_date for PA_TASKS. But these dates are not getting updated. Can you please suggest if there is any other api to update scheduled_start_date and scheduled_finish_date?. I have tried using PA_PROJECT_PUB.UPDATE_TASK api to update scheduled_start_date and scheduled_finish_date, but API did not updated the dates. Again I have tried option by using pa_project_pub.change_structure_status and PA_PROJECT_STRUCTURE_PUB1.Publish_Structure after PA_PROJECT_PUB.UPDATE_TASK and I got error "You do not have access privileges for the selected Operating Unit. Please consult your system administrator". Can you please suggest resolution for this?