DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on IRC_ASSIGNMENT_STATUSES

Line 4210: ,p_status_change_comments IN irc_assignment_statuses.status_change_comments%TYPE -- 8732296

4206: ,p_person_type_id IN per_person_types.person_type_id%TYPE
4207: ,p_termination_reason IN per_applications.termination_reason%TYPE
4208: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE
4209: ,p_change_reason IN per_all_assignments_f.change_reason%TYPE -- 4066579
4210: ,p_status_change_comments IN irc_assignment_statuses.status_change_comments%TYPE -- 8732296
4211: ,p_effective_start_date OUT NOCOPY per_all_people_f.effective_start_date%TYPE
4212: ,p_effective_end_date OUT NOCOPY per_all_people_f.effective_end_date%TYPE
4213: ,p_remove_fut_asg_warning OUT NOCOPY BOOLEAN -- 3652025
4214: )