DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_ASSIGNMENT_API

Line 2089: -- those required for hr_assignment_api.create_secondary_apl_asg

2085: l_name_combination_warning boolean;
2086: l_assign_payroll_warning boolean;
2087: l_orig_hire_warning boolean;
2088: l_object_version_number_d per_all_people_f.object_version_number%TYPE;
2089: -- those required for hr_assignment_api.create_secondary_apl_asg
2090: l_concatenated_segments varchar2(2000);
2091: l_cagr_grade_def_id number;
2092: l_cagr_concatenated_segments varchar2(2000);
2093: l_group_name pay_people_groups.group_name%type;

Line 2379: hr_assignment_api.create_secondary_apl_asg

2375: --
2376: if csr_person_id%found then
2377: --
2378: if (l_current_applicant_flag = 'Y') then
2379: hr_assignment_api.create_secondary_apl_asg
2380: (p_validate => false
2381: ,p_effective_date => l_effective_date
2382: ,p_person_id => l_person_id
2383: ,p_organization_id => nvl(l_organization_id,l_business_group_id)

Line 2427: hr_assignment_api.update_apl_asg

2423: ,p_assignment_sequence => l_assignment_sequence
2424: ,p_per_effective_start_date => l_effective_start_date
2425: ,p_per_effective_end_date => l_effective_end_date);
2426: --
2427: hr_assignment_api.update_apl_asg
2428: (p_effective_date => l_effective_date
2429: ,p_datetrack_update_mode => 'CORRECTION'
2430: ,p_assignment_id => l_assignment_id
2431: ,p_object_version_number => l_asg_object_version_number

Line 2466: hr_assignment_api.update_apl_asg

2462: open get_new_asg(l_person_id,l_effective_date);
2463: fetch get_new_asg into l_assignment_id,l_asg_object_version_number;
2464: close get_new_asg;
2465: --
2466: hr_assignment_api.update_apl_asg
2467: (p_effective_date => l_effective_date
2468: ,p_datetrack_update_mode => 'CORRECTION'
2469: ,p_assignment_id => l_assignment_id
2470: ,p_object_version_number => l_asg_object_version_number

Line 2643: hr_assignment_api.update_apl_asg

2639: ,p_person_type_id => l_ptu_person_type_id
2640: );
2641: hr_utility.set_location(l_proc, 45);
2642: --
2643: hr_assignment_api.update_apl_asg
2644: (p_effective_date => l_application_received_date
2645: ,p_datetrack_update_mode => 'CORRECTION'
2646: ,p_assignment_id => l_assignment_id
2647: ,p_object_version_number => l_asg_object_version_number

Line 6216: -- those required for hr_assignment_api.create_secondary_apl_asg

6212: l_comment_id number;
6213: l_name_combination_warning boolean;
6214: l_orig_hire_warning boolean;
6215: l_object_version_number_d per_all_people_f.object_version_number%TYPE;
6216: -- those required for hr_assignment_api.create_secondary_apl_asg
6217: l_concatenated_segments varchar2(2000);
6218: l_cagr_grade_def_id number;
6219: l_cagr_concatenated_segments varchar2(2000);
6220: l_group_name pay_people_groups.group_name%type;

Line 6436: hr_utility.set_location('Calling hr_assignment_api.create_secondary_apl_asg ', 90);

6432: --
6433: if csr_person_id%found then
6434: --
6435: if (l_current_applicant_flag = 'Y') then
6436: hr_utility.set_location('Calling hr_assignment_api.create_secondary_apl_asg ', 90);
6437: hr_assignment_api.create_secondary_apl_asg
6438: (p_validate => false
6439: ,p_effective_date => l_effective_date
6440: ,p_person_id => l_person_id

Line 6437: hr_assignment_api.create_secondary_apl_asg

6433: if csr_person_id%found then
6434: --
6435: if (l_current_applicant_flag = 'Y') then
6436: hr_utility.set_location('Calling hr_assignment_api.create_secondary_apl_asg ', 90);
6437: hr_assignment_api.create_secondary_apl_asg
6438: (p_validate => false
6439: ,p_effective_date => l_effective_date
6440: ,p_person_id => l_person_id
6441: ,p_organization_id => nvl(p_organization_id,p_business_group_id)

Line 6481: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 110);

6477: ,p_assignment_sequence => l_assignment_sequence
6478: ,p_per_effective_start_date => l_effective_start_date
6479: ,p_per_effective_end_date => l_effective_end_date);
6480: --
6481: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 110);
6482: hr_assignment_api.update_apl_asg
6483: (p_effective_date => l_effective_date
6484: ,p_datetrack_update_mode => 'CORRECTION'
6485: ,p_assignment_id => l_assignment_id

Line 6482: hr_assignment_api.update_apl_asg

6478: ,p_per_effective_start_date => l_effective_start_date
6479: ,p_per_effective_end_date => l_effective_end_date);
6480: --
6481: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 110);
6482: hr_assignment_api.update_apl_asg
6483: (p_effective_date => l_effective_date
6484: ,p_datetrack_update_mode => 'CORRECTION'
6485: ,p_assignment_id => l_assignment_id
6486: ,p_object_version_number => l_asg_object_version_number

Line 6519: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 130);

6515: ,p_asg_object_version_number => l_asg_object_version_number
6516: ,p_assignment_sequence => l_assignment_sequence
6517: );
6518: --
6519: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 130);
6520: hr_assignment_api.update_apl_asg
6521: (p_effective_date => l_effective_date
6522: ,p_datetrack_update_mode => 'CORRECTION'
6523: ,p_assignment_id => l_assignment_id

Line 6520: hr_assignment_api.update_apl_asg

6516: ,p_assignment_sequence => l_assignment_sequence
6517: );
6518: --
6519: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 130);
6520: hr_assignment_api.update_apl_asg
6521: (p_effective_date => l_effective_date
6522: ,p_datetrack_update_mode => 'CORRECTION'
6523: ,p_assignment_id => l_assignment_id
6524: ,p_object_version_number => l_asg_object_version_number

Line 6556: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 150);

6552: open get_new_asg(l_person_id,l_effective_date);
6553: fetch get_new_asg into l_assignment_id,l_asg_object_version_number;
6554: close get_new_asg;
6555: --
6556: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 150);
6557: hr_assignment_api.update_apl_asg
6558: (p_effective_date => l_effective_date
6559: ,p_datetrack_update_mode => 'CORRECTION'
6560: ,p_assignment_id => l_assignment_id

Line 6557: hr_assignment_api.update_apl_asg

6553: fetch get_new_asg into l_assignment_id,l_asg_object_version_number;
6554: close get_new_asg;
6555: --
6556: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ', 150);
6557: hr_assignment_api.update_apl_asg
6558: (p_effective_date => l_effective_date
6559: ,p_datetrack_update_mode => 'CORRECTION'
6560: ,p_assignment_id => l_assignment_id
6561: ,p_object_version_number => l_asg_object_version_number

Line 6733: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ',220);

6729: ,p_person_id => l_person_id
6730: ,p_person_type_id => l_ptu_person_type_id
6731: );
6732: --
6733: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ',220);
6734: hr_assignment_api.update_apl_asg
6735: (p_effective_date => l_application_received_date
6736: ,p_datetrack_update_mode => 'CORRECTION'
6737: ,p_assignment_id => l_assignment_id

Line 6734: hr_assignment_api.update_apl_asg

6730: ,p_person_type_id => l_ptu_person_type_id
6731: );
6732: --
6733: hr_utility.set_location('Calling hr_assignment_api.update_apl_asg ',220);
6734: hr_assignment_api.update_apl_asg
6735: (p_effective_date => l_application_received_date
6736: ,p_datetrack_update_mode => 'CORRECTION'
6737: ,p_assignment_id => l_assignment_id
6738: ,p_object_version_number => l_asg_object_version_number