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 1176: hr_assignment_common_save_web.get_step

1172: -- OR
1173: -- 2) In Pay Rate standalone mode, thus there is no asg_txn_step_id.
1174: --
1175: -- Need to see if an asg txn step id exists or not.
1176: hr_assignment_common_save_web.get_step
1177: (p_item_type => p_item_type
1178: ,p_item_key => p_item_key
1179: ,p_api_name => g_asg_api_name
1180: ,p_transaction_step_id => ln_transaction_step_id

Line 4262: hr_assignment_common_save_web.get_step

4258:
4259: savepoint pay2 ;
4260: lb_save_point_pay2_exists := TRUE;
4261:
4262: hr_assignment_common_save_web.get_step
4263: (p_item_type => p_item_type
4264: ,p_item_key => p_item_key
4265: ,p_api_name => g_asg_api_name
4266: ,p_transaction_step_id => ln_transaction_step_id