DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PER_SSHR_CHANGE_PAY

Line 5768: PER_SSHR_CHANGE_PAY.get_transaction_step(

5764: p_gsp_salary_effective_date := ltt_salary_data(1).salary_effective_date;
5765:
5766: -- Save the Pay Rate GSP Txn
5767: if (lc_temp_upd_sal_cd = 'SALARY_BASIS') then
5768: PER_SSHR_CHANGE_PAY.get_transaction_step(
5769: p_item_type => l_item_type,
5770: p_item_key => l_item_key,
5771: p_activity_id => -1,
5772: p_login_person_id => p_login_person_id,

Line 5773: p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API',

5769: p_item_type => l_item_type,
5770: p_item_key => l_item_key,
5771: p_activity_id => -1,
5772: p_login_person_id => p_login_person_id,
5773: p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API',
5774: p_transaction_id => ln_gsp_txn_id,
5775: p_transaction_step_id => ln_gsp_step_id,
5776: p_update_mode => ln_gsp_update_mode,
5777: p_effective_date_option => p_effective_date_option);

Line 5820: ,p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API'

5816: -- Need to see if an asg txn step id exists or not.
5817: hr_assignment_common_save_web.get_step
5818: (p_item_type => p_item_type
5819: ,p_item_key => p_item_key
5820: ,p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API'
5821: ,p_transaction_step_id => ln_gsp_step_id
5822: ,p_transaction_id => l_transaction_id);
5823:
5824: if (ln_gsp_step_id is null) then

Line 5869: ,p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API'

5865: -- Need to see if an asg txn step id exists or not.
5866: hr_assignment_common_save_web.get_step
5867: (p_item_type => p_item_type
5868: ,p_item_key => p_item_key
5869: ,p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API'
5870: ,p_transaction_step_id => ln_gsp_step_id
5871: ,p_transaction_id => l_transaction_id);
5872:
5873: if (ln_gsp_step_id is null) then