Projects - EBS (MOSC)

MOSC Banner

Will pa_project_pub.update_task update task status?

edited Sep 30, 2014 9:06AM in Projects - EBS (MOSC) 2 commentsAnswered ✓

Hello,

The user cancelled a project task.  Despite the clear message telling them cancelling a task is irreversible, they would like to open the task.  I have run the following script using the pa_project_pub.update_task API, and I get success messages, but the Task Status on the application interface still shows the task status is cancelled.  I assume p_status_code is the parameter for Task Status.  Is there something wrong with my script, or is the Task Status not updatable through the API?

Thank you, Kevin

DECLARE
  vn_msg_count             NUMBER;
  vs_msg_data              VARCHAR2(2000);
  vs_return_status         VARCHAR2(200);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center