DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_SWI dependencies on HR_NEW_USER_REG_SS

Line 1029: hr_new_user_reg_ss.process_selected_transaction

1025: if p_flow_mode is not null and
1026: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1027: then
1028: savepoint newhire_point;
1029: hr_new_user_reg_ss.process_selected_transaction
1030: (p_item_type => p_item_type
1031: ,p_item_key => p_item_key);
1032: if (( hr_process_person_ss.g_assignment_id is not null) and
1033: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))

Line 1247: hr_new_user_reg_ss.process_selected_transaction

1243: if p_flow_mode is not null and
1244: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1245: then
1246: savepoint newhire_point;
1247: hr_new_user_reg_ss.process_selected_transaction
1248: (p_item_type => p_item_type
1249: ,p_item_key => p_item_key);
1250: if (( hr_process_person_ss.g_assignment_id is not null) and
1251: (hr_process_person_ss.g_session_id= ICX_SEC.G_SESSION_ID))