Human Capital Management - EBS (MOSC)

MOSC Banner

how to get item_key for HRSSA

edited Jan 22, 2014 6:32AM in Human Capital Management - EBS (MOSC) 1 commentAnswered
Hi
I am trying to create a transaction to apply a leave using API.
How can i retrieve the item_key that needs to be passed in the create_transaction API. Where is the item_key for item_type 'HRSSA' taken from.???

HR_TRANSACTION_API.create_transaction
  (p_validate                     =>    false
  ,p_creator_person_id            => 31422
  ,p_transaction_privilege        => 'PRIVATE'
  ,p_product_code                 => 'PER'
--  ,p_url                          =>  null
  ,p_status                       =>  'W'
 -- ,p_section_display_name          in varchar2 default null
  ,p_function_id                  => 1010344
  ,p_transaction_ref_table        => 'PER_ABSENCE_ATTENDANCES'
  ,p_transaction_ref_id           => l_absence_attendance_id
  ,p_transaction_type             => 'WF'
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