DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_ALL_ASSIGNMENTS_F

Line 1142: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE --#3371944

1138: ,p_person_id IN per_all_people_f.person_id%TYPE
1139: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1140: ,p_person_type_id IN per_person_types.person_type_id%TYPE DEFAULT hr_api.g_number
1141: ,p_termination_reason IN per_applications.termination_reason%TYPE DEFAULT NULL
1142: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE --#3371944
1143: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1144: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
1145: );
1146: -- ----------------------------------------------------------------------------

Line 1162: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE

1158: ,p_person_id IN per_all_people_f.person_id%TYPE
1159: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1160: ,p_person_type_id IN per_person_types.person_type_id%TYPE
1161: ,p_termination_reason IN per_applications.termination_reason%TYPE
1162: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE
1163: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1164: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
1165: ,p_remove_fut_asg_warning OUT NOCOPY BOOLEAN -- 3652025
1166: );

Line 1237: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE DEFAULT hr_api.g_number

1233: ,p_person_id IN per_all_people_f.person_id%TYPE
1234: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1235: ,p_person_type_id IN per_person_types.person_type_id%TYPE DEFAULT hr_api.g_number
1236: ,p_termination_reason IN per_applications.termination_reason%TYPE DEFAULT NULL
1237: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE DEFAULT hr_api.g_number
1238: ,p_change_reason IN per_all_assignments_f.change_reason%TYPE -- 4066579
1239: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1240: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
1241: ,p_remove_fut_asg_warning OUT NOCOPY BOOLEAN -- 3652025

Line 1238: ,p_change_reason IN per_all_assignments_f.change_reason%TYPE -- 4066579

1234: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1235: ,p_person_type_id IN per_person_types.person_type_id%TYPE DEFAULT hr_api.g_number
1236: ,p_termination_reason IN per_applications.termination_reason%TYPE DEFAULT NULL
1237: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE DEFAULT hr_api.g_number
1238: ,p_change_reason IN per_all_assignments_f.change_reason%TYPE -- 4066579
1239: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1240: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
1241: ,p_remove_fut_asg_warning OUT NOCOPY BOOLEAN -- 3652025
1242: );