DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_UPDATE dependencies on HR_ASSIGNMENT

Line 1346: hr_assignment_api.update_emp_asg

1342: IF p_assignment_type='E' THEN
1343: --
1344: hr_utility.set_location(l_proc, 110);
1345: --
1346: hr_assignment_api.update_emp_asg
1347: (p_effective_date => l_creation_date --p_effective_date
1348: ,p_datetrack_update_mode => 'CORRECTION'
1349: ,p_assignment_id => l_assignment_id
1350: ,p_object_version_number => l_asg_object_version_number

Line 1462: hr_assignment_api.update_emp_asg_criteria

1458: );
1459: --
1460: hr_utility.set_location(l_proc,120);
1461: --
1462: hr_assignment_api.update_emp_asg_criteria
1463: (p_effective_date => l_creation_date --p_effective_date
1464: ,p_datetrack_update_mode => 'CORRECTION'
1465: ,p_assignment_id => l_assignment_id
1466: ,p_object_version_number => l_asg_object_version_number

Line 1544: hr_assignment_api.update_apl_asg

1540: ELSIF p_assignment_type='A' then
1541: --
1542: hr_utility.set_location(l_proc, 150);
1543: --
1544: hr_assignment_api.update_apl_asg
1545: (p_effective_date => l_creation_date --p_effective_date
1546: ,p_datetrack_update_mode => 'CORRECTION'
1547: ,p_assignment_id => l_assignment_id
1548: ,p_object_version_number => l_asg_object_version_number

Line 1705: hr_assignment_api.update_cwk_asg

1701: --
1702: hr_utility.set_location(l_proc, 162);
1703: hr_utility.set_location(to_char(p_projected_assignment_end,'DD-MON-YYYY'), 162);
1704:
1705: hr_assignment_api.update_cwk_asg
1706: (p_effective_date => l_creation_date --p_effective_date
1707: ,p_datetrack_update_mode => 'CORRECTION'
1708: ,p_assignment_id => l_assignment_id
1709: ,p_object_version_number => l_asg_object_version_number

Line 1809: hr_assignment_api.update_cwk_asg_criteria

1805: );
1806: --
1807: hr_utility.set_location(l_proc, 163);
1808: --
1809: hr_assignment_api.update_cwk_asg_criteria
1810: (p_effective_date => l_creation_date --p_effective_date
1811: ,p_datetrack_update_mode => 'CORRECTION'
1812: ,p_assignment_id => l_assignment_id
1813: ,p_object_version_number => l_asg_object_version_number

Line 2637: hr_assignment.update_assgn_context_value (p_business_group_id,

2633: );
2634:
2635: --start changes for bug 6598795
2636:
2637: hr_assignment.update_assgn_context_value (p_business_group_id,
2638: p_person_id,
2639: p_assignment_id,
2640: p_effective_date);
2641:

Line 4592: -- Description : Swapped the two assignment update procedures ' hr_assignment_api.update_emp_asg'

4588: hr_utility.set_location(l_proc, 110);
4589: --
4590: --
4591: -- Bug 3174130 Start here
4592: -- Description : Swapped the two assignment update procedures ' hr_assignment_api.update_emp_asg'
4593: -- and ' hr_assignment_api.update_emp_asg_criteria' so that consistency can be implemented
4594: -- with insert procedure. This will in turn resolve the updation problem on the assignment table.
4595: --
4596:

Line 4593: -- and ' hr_assignment_api.update_emp_asg_criteria' so that consistency can be implemented

4589: --
4590: --
4591: -- Bug 3174130 Start here
4592: -- Description : Swapped the two assignment update procedures ' hr_assignment_api.update_emp_asg'
4593: -- and ' hr_assignment_api.update_emp_asg_criteria' so that consistency can be implemented
4594: -- with insert procedure. This will in turn resolve the updation problem on the assignment table.
4595: --
4596:
4597:

Line 4625: hr_assignment_api.update_emp_asg_criteria

4621: l_add_struct_d(l_add_struct_d.count) := 'PER_ASSIGNMENTS';
4622:
4623: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
4624: --
4625: hr_assignment_api.update_emp_asg_criteria
4626: (p_effective_date => p_effective_date
4627: ,p_datetrack_update_mode => l_asg_datetrack_update_mode
4628: ,p_assignment_id => l_assignment_id
4629: ,p_object_version_number => l_asg_object_version_number

Line 4692: hr_assignment_api.update_emp_asg

4688: hr_dflex_utility.remove_ignore_df_validation;
4689: hr_kflex_utility.remove_ignore_kf_validation;
4690:
4691:
4692: hr_assignment_api.update_emp_asg
4693: (p_effective_date => p_effective_date
4694: ,p_datetrack_update_mode => 'CORRECTION'
4695: ,p_assignment_id => l_assignment_id
4696: ,p_object_version_number => l_asg_object_version_number

Line 4834: hr_assignment_api.update_apl_asg

4830: ELSIF p_assignment_type = 'A' then
4831: --
4832: hr_utility.set_location(l_proc, 150);
4833: --
4834: hr_assignment_api.update_apl_asg
4835: (p_effective_date => p_effective_date
4836: ,p_datetrack_update_mode => l_asg_datetrack_update_mode
4837: ,p_assignment_id => l_assignment_id
4838: ,p_object_version_number => l_asg_object_version_number

Line 4991: hr_assignment_api.update_cwk_asg_criteria

4987: --
4988: hr_utility.set_location(l_proc, 160);
4989: --
4990: ELSIF p_assignment_type = 'C' then
4991: hr_assignment_api.update_cwk_asg_criteria
4992: (p_effective_date => p_effective_date
4993: ,p_datetrack_update_mode => l_asg_datetrack_update_mode
4994: ,p_assignment_id => l_assignment_id
4995: ,p_object_version_number => l_asg_object_version_number

Line 5046: hr_assignment_api.update_cwk_asg

5042: );
5043: --
5044: hr_utility.set_location(l_proc, 163);
5045: --
5046: hr_assignment_api.update_cwk_asg
5047: (p_effective_date => p_effective_date
5048: ,p_datetrack_update_mode => 'CORRECTION'
5049: ,p_assignment_id => l_assignment_id
5050: ,p_object_version_number => l_asg_object_version_number

Line 5200: hr_assignment_api.create_secondary_emp_asg

5196: END IF;
5197: END IF;
5198: ELSE -- we are entering a secondary assignment.
5199: IF p_assignment_type='E' THEN
5200: hr_assignment_api.create_secondary_emp_asg
5201: (p_effective_date => p_effective_date
5202: ,p_person_id => p_person_id
5203: ,p_organization_id => p_organization_id
5204: ,p_grade_id => p_grade_id

Line 5356: hr_assignment_api.create_secondary_apl_asg

5352: ,p_hourly_salaried_warning => l_hourly_salaried_warning
5353: ,p_gsp_post_process_warning => l_gsp_post_process_warning3 -- bug2999562
5354: );
5355: ELSIF p_assignment_type='A' THEN -- a secondary applicant assignment
5356: hr_assignment_api.create_secondary_apl_asg
5357: (p_effective_date => p_effective_date
5358: ,p_person_id => p_person_id
5359: ,p_organization_id => p_organization_id
5360: ,p_recruiter_id => p_recruiter_id

Line 5511: hr_assignment_api.create_secondary_cwk_asg

5507: ,p_effective_end_date => l_asg_effective_end_date
5508: ,p_assignment_sequence => l_assignment_sequence
5509: );
5510: ELSIF p_assignment_type = 'C' then
5511: hr_assignment_api.create_secondary_cwk_asg
5512: (p_effective_date => p_effective_date
5513: ,p_business_group_id => p_business_group_id
5514: ,p_person_id => p_person_id
5515: ,p_organization_id => p_organization_id