DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_ASSIGNMENT_COMMON_SAVE_WEB

Line 716: hr_assignment_common_save_web.get_step

712: hr_utility.set_location('Entering:'||l_proc, 5);
713: if p_transaction_step_id is null then
714:
715: hr_utility.set_location('if p_transaction_step_id is null then:'||l_proc,10);
716: hr_assignment_common_save_web.get_step
717: (p_item_type => p_item_type
718: ,p_item_key => p_item_key
719: ,p_api_name => g_api_name
720: ,p_transaction_step_id => l_transaction_step_id

Line 2522: hr_assignment_common_save_web.get_asg_from_asg

2518: -- ----------------------------------------------------------------------------
2519: -- get original database data, we need to compare it with transaction table
2520: -- and input values to decide if any changes have been made
2521: -- ----------------------------------------------------------------------------
2522: hr_assignment_common_save_web.get_asg_from_asg
2523: (p_assignment_id => l_assignment_id
2524: ,p_effective_date => l_effective_date
2525: ,p_assignment_rec => l_db_assignment_rec);
2526: --

Line 2531: hr_assignment_common_save_web.get_step

2527: -- look to see if we have already a transaction step in progress
2528: -- this check is based on the api_name and not the activity_id because
2529: -- each step will have a different activity_id.
2530: --
2531: hr_assignment_common_save_web.get_step
2532: (p_item_type => l_item_type
2533: ,p_item_key => l_item_key
2534: ,p_api_name => g_api_name
2535: ,p_transaction_step_id => l_transaction_step_id

Line 5623: hr_assignment_common_save_web.get_step

5619: -- then remove the existing PayRate Transaction if any with
5620: -- activityId = -1
5621:
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

Line 5631: hr_assignment_common_save_web.get_step

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
5631: hr_assignment_common_save_web.get_step
5632: (p_item_type => p_item_type
5633: ,p_item_key => p_item_key
5634: ,p_api_name => 'HR_PAY_RATE_SS.PROCESS_API'
5635: ,p_transaction_step_id => ln_gsp_step_id

Line 5672: hr_assignment_common_save_web.get_step

5668: END IF;
5669: -- GSP Change
5670: -- delete the existing PayRate Transaction if any
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

Line 5680: hr_assignment_common_save_web.get_step

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
5680: hr_assignment_common_save_web.get_step
5681: (p_item_type => p_item_type
5682: ,p_item_key => p_item_key
5683: ,p_api_name => 'HR_PAY_RATE_SS.PROCESS_API'
5684: ,p_transaction_step_id => ln_gsp_step_id