Projects - EBS (MOSC)

MOSC Banner

Loading Key member using API keeps using the person_previous_last_name

edited May 10, 2013 1:13AM in Projects - EBS (MOSC) Question

I am using the pa_project_pub.load_key_member to load key members to a newly created project. Out of the 3 members loaded, 2 of them get created correctly but the last one get created with their previous name.

I have queried the data from per_all_people_f and the correct row is being selected when I using toad.

The api call is ...

pa_project_pub.load_key_member( p_api_version_number => l_api_version_number,
                                              p_return_status => l_return_status,
                                              p_person_id => l_key_member_tbl( l_role_count).person_id,
                                              p_project_role_type => l_key_member_tbl( l_role_count).project_role_type,

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