DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PER_SSHR_CHANGE_PAY

Line 5574: PER_SSHR_CHANGE_PAY.get_transaction_step(

5570: p_gsp_salary_effective_date := ltt_salary_data(1).salary_effective_date;
5571:
5572: -- Save the Pay Rate GSP Txn
5573: if (lc_temp_upd_sal_cd = 'SALARY_BASIS') then
5574: PER_SSHR_CHANGE_PAY.get_transaction_step(
5575: p_item_type => l_item_type,
5576: p_item_key => l_item_key,
5577: p_activity_id => -1,
5578: p_login_person_id => p_login_person_id,

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

5575: p_item_type => l_item_type,
5576: p_item_key => l_item_key,
5577: p_activity_id => -1,
5578: p_login_person_id => p_login_person_id,
5579: p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API',
5580: p_transaction_id => ln_gsp_txn_id,
5581: p_transaction_step_id => ln_gsp_step_id,
5582: p_update_mode => ln_gsp_update_mode,
5583: p_effective_date_option => p_effective_date_option);

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

5622: -- Need to see if an asg txn step id exists or not.
5623: hr_assignment_common_save_web.get_step
5624: (p_item_type => p_item_type
5625: ,p_item_key => p_item_key
5626: ,p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API'
5627: ,p_transaction_step_id => ln_gsp_step_id
5628: ,p_transaction_id => l_transaction_id);
5629:
5630: if (ln_gsp_step_id is null) then

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

5671: -- Need to see if an asg txn step id exists or not.
5672: hr_assignment_common_save_web.get_step
5673: (p_item_type => p_item_type
5674: ,p_item_key => p_item_key
5675: ,p_api_name => 'PER_SSHR_CHANGE_PAY.PROCESS_API'
5676: ,p_transaction_step_id => ln_gsp_step_id
5677: ,p_transaction_id => l_transaction_id);
5678:
5679: if (ln_gsp_step_id is null) then