DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_ASSIGNMENT_API

Line 6302: -- Fix for 3633612 to pass new people group flx ccid to hr_assignment_api, so that these

6298: l_effective_date date;
6299: l_object_version_number per_all_assignments_f.object_version_number%TYPE;
6300: l_effective_start_date date;
6301: l_effective_end_date date;
6302: -- Fix for 3633612 to pass new people group flx ccid to hr_assignment_api, so that these
6303: -- hr_assignment_api's won't validate the old segment values.
6304: l_people_group_id per_all_assignments_f.people_group_id%TYPE
6305: := p_people_group_id;
6306: l_group_name VARCHAR2(2000);

Line 6303: -- hr_assignment_api's won't validate the old segment values.

6299: l_object_version_number per_all_assignments_f.object_version_number%TYPE;
6300: l_effective_start_date date;
6301: l_effective_end_date date;
6302: -- Fix for 3633612 to pass new people group flx ccid to hr_assignment_api, so that these
6303: -- hr_assignment_api's won't validate the old segment values.
6304: l_people_group_id per_all_assignments_f.people_group_id%TYPE
6305: := p_people_group_id;
6306: l_group_name VARCHAR2(2000);
6307: l_org_now_no_manager_warning boolean;

Line 6608: hr_assignment_api.update_cwk_asg_criteria

6604: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';
6605:
6606: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
6607:
6608: hr_assignment_api.update_cwk_asg_criteria
6609: (p_effective_date => l_effective_date
6610: ,p_datetrack_update_mode => p_datetrack_update_mode
6611: ,p_assignment_id => p_assignment_id
6612: ,p_object_version_number => l_object_version_number

Line 6670: hr_assignment_api.update_cwk_asg

6666: --
6667:
6668: l_soft_coding_keyflex_id := p_soft_coding_keyflex_id;
6669:
6670: hr_assignment_api.update_cwk_asg
6671: (p_effective_date => l_effective_date
6672: ,p_datetrack_update_mode => 'CORRECTION'
6673: ,p_assignment_id => p_assignment_id
6674: ,p_object_version_number => l_object_version_number

Line 6794: hr_assignment_api.update_emp_asg_criteria

6790: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';
6791:
6792: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
6793: --
6794: hr_assignment_api.update_emp_asg_criteria
6795: (p_effective_date => l_effective_date
6796: ,p_datetrack_update_mode => p_datetrack_update_mode
6797: ,p_assignment_id => p_assignment_id
6798: ,p_object_version_number => l_object_version_number

Line 7034: hr_assignment_api.update_emp_asg

7030: --
7031:
7032: l_soft_coding_keyflex_id := p_soft_coding_keyflex_id;
7033:
7034: hr_assignment_api.update_emp_asg
7035: (p_effective_date => l_effective_date
7036: ,p_datetrack_update_mode => 'CORRECTION'
7037: ,p_assignment_id => p_assignment_id
7038: ,p_object_version_number => l_object_version_number

Line 7182: hr_assignment_api.update_emp_asg_criteria

7178: ,p_warningflag => TRUE);
7179: end if;*/
7180:
7181: --update_emp_asg_criteria again. this is a work around of bug 2493923.
7182: hr_assignment_api.update_emp_asg_criteria
7183: (p_effective_date => l_effective_date
7184: ,p_datetrack_update_mode => 'CORRECTION'
7185: ,p_assignment_id => p_assignment_id
7186: ,p_object_version_number => l_object_version_number

Line 7224: hr_assignment_api.activate_emp_asg

7220: --
7221: -- active emp assignment
7222: --
7223: hr_utility.set_location('if l_assignment_status_type=ACTIVE_ASSIGN then:'||l_proc,40);
7224: hr_assignment_api.activate_emp_asg
7225: (p_effective_date => l_effective_date
7226: ,p_datetrack_update_mode => 'CORRECTION'
7227: ,p_assignment_id => p_assignment_id
7228: ,p_object_version_number => l_object_version_number

Line 7237: hr_assignment_api.activate_cwk_asg

7233: elsif l_assignment_status_type='ACTIVE_CWK' then
7234: --
7235: --active cwk assignment
7236: --
7237: hr_assignment_api.activate_cwk_asg
7238: (p_effective_date => l_effective_date
7239: ,p_datetrack_update_mode => 'CORRECTION'
7240: ,p_assignment_id => p_assignment_id
7241: ,p_object_version_number => l_object_version_number

Line 7250: hr_assignment_api.suspend_emp_asg

7246: elsif l_assignment_status_type='SUSP_ASSIGN' then
7247: --
7248: -- suspend emp assignment
7249: --
7250: hr_assignment_api.suspend_emp_asg
7251: (p_effective_date => l_effective_date
7252: ,p_datetrack_update_mode => 'CORRECTION'
7253: ,p_assignment_id => p_assignment_id
7254: ,p_object_version_number => l_object_version_number

Line 7263: hr_assignment_api.suspend_cwk_asg

7259: elsif l_assignment_status_type='SUSP_CWK_ASG' then
7260: --
7261: -- suspend cwk assignment
7262: --
7263: hr_assignment_api.suspend_cwk_asg
7264: (p_effective_date => l_effective_date
7265: ,p_datetrack_update_mode => 'CORRECTION'
7266: ,p_assignment_id => p_assignment_id
7267: ,p_object_version_number => l_object_version_number