Projects - EBS (MOSC)

MOSC Banner

Error on calling pa_project_pub.BULK_UPDATE_TASKS_LITE

in Projects - EBS (MOSC) 4 commentsAnswered ✓

Oracle Ebus R12 Projects

Can Anyone pls help with sample code to call pa_project_pub.BULK_UPDATE_TASKS_LITE.

This throws error

Task:<task_id>is not given in correct sequence in the hierarchy of tasks

 entered for the project.

The requirement is to update scheduled_finish_date for 700K + of tasks.

pa_project_pub.update tasks takes 3 sec for each task to update, therefore cant use it.

Query used to fetch tasks is

SELECT wp.task_number,st.task_name,
wp.wbs_level,
wp.display_sequence,
st.task_id
FROM
pa_tasks t,
pa_struct_tasks_amg_v wp,

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