DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_ALL_ASSIGNMENTS_F

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

1280: ,p_person_id IN per_all_people_f.person_id%TYPE
1281: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1282: ,p_person_type_id IN per_person_types.person_type_id%TYPE DEFAULT hr_api.g_number
1283: ,p_termination_reason IN per_applications.termination_reason%TYPE DEFAULT NULL
1284: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE --#3371944
1285: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1286: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
1287: );
1288: -- ----------------------------------------------------------------------------

Line 1304: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE

1300: ,p_person_id IN per_all_people_f.person_id%TYPE
1301: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1302: ,p_person_type_id IN per_person_types.person_type_id%TYPE
1303: ,p_termination_reason IN per_applications.termination_reason%TYPE
1304: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE
1305: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1306: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
1307: ,p_remove_fut_asg_warning OUT NOCOPY BOOLEAN -- 3652025
1308: );

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

1376: ,p_person_id IN per_all_people_f.person_id%TYPE
1377: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1378: ,p_person_type_id IN per_person_types.person_type_id%TYPE DEFAULT hr_api.g_number
1379: ,p_termination_reason IN per_applications.termination_reason%TYPE DEFAULT NULL
1380: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE DEFAULT hr_api.g_number
1381: ,p_change_reason IN per_all_assignments_f.change_reason%TYPE -- 4066579
1382: ,p_status_change_comments IN irc_assignment_statuses.status_change_comments%TYPE DEFAULT NULL -- bug8732296
1383: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1384: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE

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

1377: ,p_object_version_number IN OUT NOCOPY per_all_people_f.object_version_number%TYPE
1378: ,p_person_type_id IN per_person_types.person_type_id%TYPE DEFAULT hr_api.g_number
1379: ,p_termination_reason IN per_applications.termination_reason%TYPE DEFAULT NULL
1380: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE DEFAULT hr_api.g_number
1381: ,p_change_reason IN per_all_assignments_f.change_reason%TYPE -- 4066579
1382: ,p_status_change_comments IN irc_assignment_statuses.status_change_comments%TYPE DEFAULT NULL -- bug8732296
1383: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
1384: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
1385: ,p_remove_fut_asg_warning OUT NOCOPY BOOLEAN -- 3652025