DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on HR_ASSIGNMENT_COMMON_SAVE_WEB

Line 789: hr_assignment_common_save_web.get_step

785: -- OR
786: -- 2) In Pay Rate standalone mode, thus there is no asg_txn_step_id.
787: --
788: -- Need to see if an asg txn step id exists or not.
789: hr_assignment_common_save_web.get_step
790: (p_item_type => p_item_type
791: ,p_item_key => p_item_key
792: ,p_api_name => g_asg_api_name
793: ,p_transaction_step_id => ln_transaction_step_id

Line 1143: hr_assignment_common_save_web.get_step

1139: -- OR
1140: -- 2) In Pay Rate standalone mode, thus there is no asg_txn_step_id.
1141: --
1142: -- Need to see if an asg txn step id exists or not.
1143: hr_assignment_common_save_web.get_step
1144: (p_item_type => p_item_type
1145: ,p_item_key => p_item_key
1146: ,p_api_name => g_asg_api_name
1147: ,p_transaction_step_id => ln_transaction_step_id

Line 4103: hr_assignment_common_save_web.get_step

4099:
4100: savepoint pay2 ;
4101: lb_save_point_pay2_exists := TRUE;
4102:
4103: hr_assignment_common_save_web.get_step
4104: (p_item_type => p_item_type
4105: ,p_item_key => p_item_key
4106: ,p_api_name => g_asg_api_name
4107: ,p_transaction_step_id => ln_transaction_step_id