Human Capital Management - EBS (MOSC)

MOSC Banner

Create Step Record with API

edited May 13, 2020 11:11AM in Human Capital Management - EBS (MOSC) 4 commentsAnswered ✓

Good Afternoon ~

I have a need to automate the creation of a step record for a new employee.

I am using the following code but not sure how I will derive at the step id if this the first one for an assignment?  I have done many of these for an update but never for a create.   Guidance is much appreciated..

BEGIN   

         hr_sp_placement_api.create_spp

                  (

                   p_effective_date                => v_effective_date --TO_DATE('05-FEB-2018', 'DD-MON-YYYY')

                  ,p_business_group_id             => 2

                  ,p_assignment_id                 => l_assignment_id

                  ,p_step_id                       => v_step_id

                  ,p_reason                        => 'IA' --'Initial Appointment'

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