Human Capital Management - EBS (MOSC)

MOSC Banner

HR: Create employee using API

edited Aug 20, 2010 4:14AM in Human Capital Management - EBS (MOSC) 1 commentAnswered
 Hi,

I am using HR_EMPLOYEE_API.CREATE_EMPLOYEE to load the employee information.

While doing that , I would like update the ATTRIBUTE1 field in PER_ALL_PEOPLE_F table with a number we are recieving from our HRIS.

Below is the sample code I am using to achieve this . I am under the assumption that the IN parameter p_attribute1 will update the attribute1 column in per_all-people_f.

So I am passing value 22784 to it.

declare
g_person_id    number;
    g_assignment_id number;
     g_per_object_version_number number;
    g_asg_object_version_number number;
    g_per_effective_start_date date;

Tagged:

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