DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on HR_ASSIGNMENT_INTERNAL

Line 1866: hr_assignment_internal.update_status_type_emp_asg

1862: end;
1863: --
1864: -- Update employee assignment.
1865: --
1866: hr_assignment_internal.update_status_type_emp_asg
1867: (p_effective_date => l_effective_date
1868: ,p_datetrack_update_mode => p_datetrack_update_mode
1869: ,p_assignment_id => p_assignment_id
1870: ,p_change_reason => p_change_reason

Line 2034: hr_assignment_internal.update_status_type_cwk_asg

2030: end;
2031: --
2032: -- Update contingent worker assignment.
2033: --
2034: hr_assignment_internal.update_status_type_cwk_asg
2035: (p_effective_date => l_effective_date
2036: ,p_datetrack_update_mode => p_datetrack_update_mode
2037: ,p_assignment_id => p_assignment_id
2038: ,p_change_reason => p_change_reason

Line 2431: hr_assignment_internal.actual_term_cwk_asg

2427: -- Call the business support process to update assignment and maintain the
2428: -- element entries. We call this procedure for contingent workers
2429: -- because they are processed in the same way as employees.
2430: --
2431: hr_assignment_internal.actual_term_cwk_asg
2432: (p_assignment_id => p_assignment_id
2433: ,p_object_version_number => l_object_version_number
2434: ,p_actual_termination_date => l_actual_termination_date
2435: ,p_last_standard_process_date => l_last_standard_process_date

Line 2780: hr_assignment_internal.final_process_cwk_asg

2776: -- Call the business support process to update assignment and maintain the
2777: -- element entries. Here we call the emp procedure because processing
2778: -- for a contingent worker is identical from this point.
2779: --
2780: hr_assignment_internal.final_process_cwk_asg
2781: (p_assignment_id => p_assignment_id
2782: ,p_object_version_number => l_object_version_number
2783: ,p_final_process_date => l_final_process_date
2784: ,p_actual_termination_date => l_actual_termination_date

Line 2954: hr_assignment_internal.update_status_type_cwk_asg

2950: --
2951: --
2952: -- Update contingent worker assignment.
2953: --
2954: hr_assignment_internal.update_status_type_cwk_asg
2955: (p_effective_date => l_effective_date
2956: ,p_datetrack_update_mode => p_datetrack_update_mode
2957: ,p_assignment_id => p_assignment_id
2958: ,p_change_reason => p_change_reason

Line 3346: hr_assignment_internal.actual_term_emp_asg_sup

3342: --
3343: -- Call the business support process to update assignment and maintain the
3344: -- element entries.
3345: --
3346: hr_assignment_internal.actual_term_emp_asg_sup
3347: (p_assignment_id => p_assignment_id
3348: ,p_object_version_number => l_object_version_number
3349: ,p_actual_termination_date => l_actual_termination_date
3350: ,p_last_standard_process_date => l_last_standard_process_date

Line 5888: hr_assignment_internal.create_emp_asg

5884: --
5885: --
5886: -- Insert secondary assignment
5887: --
5888: hr_assignment_internal.create_emp_asg
5889: (p_effective_date => l_effective_date
5890: ,p_legislation_code => l_legislation_code
5891: ,p_business_group_id => l_business_group_id
5892: ,p_person_id => p_person_id

Line 7078: hr_assignment_internal.create_cwk_asg

7074: */
7075: --
7076: -- Insert secondary assignment
7077: --
7078: hr_assignment_internal.create_cwk_asg
7079: (p_validate => p_validate
7080: ,p_effective_date => l_effective_date
7081: ,p_business_group_id => l_business_group_id
7082: ,p_legislation_code => l_legislation_code

Line 9137: hr_assignment_internal.final_process_emp_asg_sup

9133: --
9134: -- Call the business support process to update assignment and maintain the
9135: -- element entries.
9136: --
9137: hr_assignment_internal.final_process_emp_asg_sup
9138: (p_assignment_id => p_assignment_id
9139: ,p_object_version_number => l_object_version_number
9140: ,p_final_process_date => l_final_process_date
9141: ,p_actual_termination_date => l_actual_termination_date

Line 9316: hr_assignment_internal.update_status_type_emp_asg

9312: --
9313: --
9314: -- Update employee assignment.
9315: --
9316: hr_assignment_internal.update_status_type_emp_asg
9317: (p_effective_date => l_effective_date
9318: ,p_datetrack_update_mode => p_datetrack_update_mode
9319: ,p_assignment_id => p_assignment_id
9320: ,p_change_reason => p_change_reason

Line 11505: hr_assignment_internal.auto_calc_fte

11501: end if;
11502: --
11503: /* auto fte calculation bug#14700032 code changes starts */
11504:
11505: hr_assignment_internal.auto_calc_fte
11506: (p_assignment_id => p_assignment_id,
11507: p_effective_start_date => l_effective_start_date
11508: );
11509: hr_utility.set_location(l_proc|| ' passed hr_assignment_internal.auto_calc_fte ', 281);

Line 11509: hr_utility.set_location(l_proc|| ' passed hr_assignment_internal.auto_calc_fte ', 281);

11505: hr_assignment_internal.auto_calc_fte
11506: (p_assignment_id => p_assignment_id,
11507: p_effective_start_date => l_effective_start_date
11508: );
11509: hr_utility.set_location(l_proc|| ' passed hr_assignment_internal.auto_calc_fte ', 281);
11510:
11511: /* auto fte calculation bug#14700032 code changes ends */
11512: --
11513: begin

Line 13438: hr_assignment_internal.maintain_spp_asg

13434: end if;
13435: --
13436: -- Maintain spinal point placements.
13437: --
13438: hr_assignment_internal.maintain_spp_asg
13439: (p_assignment_id => p_assignment_id
13440: ,p_datetrack_mode => l_new_dt_update_mode
13441: ,p_validation_start_date => l_validation_start_date
13442: ,p_validation_end_date => l_validation_end_date

Line 17063: hr_assignment_internal.maintain_spp_asg

17059: end if;
17060: --
17061: -- Maintain spinal point placements.
17062: --
17063: hr_assignment_internal.maintain_spp_asg
17064: (p_assignment_id => p_assignment_id
17065: ,p_datetrack_mode => l_new_dt_update_mode
17066: ,p_validation_start_date => l_validation_start_date
17067: ,p_validation_end_date => l_validation_end_date

Line 21139: hr_assignment_internal.create_apl_asg

21135: else -- application is not end dated
21136: --
21137: -- Insert secondary assignment
21138: --
21139: hr_assignment_internal.create_apl_asg
21140: (p_effective_date => l_effective_date
21141: ,p_legislation_code => l_legislation_code
21142: ,p_business_group_id => l_business_group_id
21143: ,p_person_id => p_person_id

Line 21895: hr_assignment_internal.update_status_type_apl_asg

21891: p_hook_type => 'BP'
21892: );
21893: end;
21894: --
21895: hr_assignment_internal.update_status_type_apl_asg
21896: (p_effective_date => l_effective_date
21897: ,p_datetrack_update_mode => p_datetrack_update_mode
21898: ,p_assignment_id => p_assignment_id
21899: ,p_object_version_number => l_object_version_number

Line 22058: hr_assignment_internal.update_status_type_apl_asg

22054: end;
22055: -- End of API User Hook for the before hook of accept_apl_asg.
22056:
22057: --
22058: hr_assignment_internal.update_status_type_apl_asg
22059: (p_effective_date => l_effective_date
22060: ,p_datetrack_update_mode => p_datetrack_update_mode
22061: ,p_assignment_id => p_assignment_id
22062: ,p_object_version_number => l_object_version_number

Line 22216: hr_assignment_internal.update_status_type_apl_asg

22212: end if;
22213: --
22214: -- Call business support process to update status type
22215: --
22216: hr_assignment_internal.update_status_type_apl_asg
22217: (p_effective_date => l_effective_date
22218: ,p_datetrack_update_mode => p_datetrack_update_mode
22219: ,p_assignment_id => p_assignment_id
22220: ,p_object_version_number => p_object_version_number

Line 24018: hr_assignment_internal.update_status_type_apl_asg

24014: end if;
24015: --
24016: -- Call business support process to update status type
24017: --
24018: hr_assignment_internal.update_status_type_apl_asg
24019: (p_effective_date => l_effective_date
24020: ,p_datetrack_update_mode => p_datetrack_update_mode
24021: ,p_assignment_id => p_assignment_id
24022: ,p_object_version_number => p_object_version_number

Line 24182: hr_assignment_internal.update_status_type_apl_asg

24178: end if;
24179: --
24180: -- Call business support process to update status type
24181: --
24182: hr_assignment_internal.update_status_type_apl_asg
24183: (p_effective_date => l_effective_date
24184: ,p_datetrack_update_mode => p_datetrack_update_mode
24185: ,p_assignment_id => p_assignment_id
24186: ,p_object_version_number => p_object_version_number