DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on IRC_ASSIGNMENT_STATUSES

Line 1382: ,p_status_change_comments IN irc_assignment_statuses.status_change_comments%TYPE DEFAULT NULL -- bug8732296

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
1386: );