DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_SWI dependencies on HR_PROCESS_ASSIGNMENT_SS

Line 1026: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1022:
1023:
1024: begin
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

Line 1053: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1049: );
1050: end if;
1051:
1052: if p_flow_mode is not null and
1053: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1054: then
1055: rollback to newhire_point;
1056: end if;
1057:

Line 1062: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1058: exception
1059: when others then
1060: -- Rollback dummy person in case of NewHire flow
1061: if p_flow_mode is not null and
1062: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1063: then
1064: rollback to newhire_point;
1065: end if;
1066: end;

Line 1244: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1240:
1241:
1242: begin
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

Line 1260: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1256: end if;
1257: end if;
1258:
1259: if p_flow_mode is not null and
1260: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1261: then
1262: rollback to newhire_point;
1263: end if;
1264:

Line 1269: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration

1265: exception
1266: when others then
1267: -- Rollback dummy person in case of NewHire flow
1268: if p_flow_mode is not null and
1269: p_flow_mode = hr_process_assignment_ss.g_new_hire_registration
1270: then
1271: rollback to newhire_point;
1272: end if;
1273: end;