DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on IRC_ASSIGNMENT_STATUSES

Line 7770: ,p_status_change_comments IN irc_assignment_statuses.status_change_comments%TYPE DEFAULT NULL

7766: ,p_effective_date IN DATE
7767: ,p_assignment_id IN per_all_assignments_f.assignment_id%TYPE
7768: ,p_assignment_status_type_id IN per_all_assignments_f.assignment_status_type_id%TYPE DEFAULT NULL
7769: ,p_change_reason IN per_all_assignments_f.change_reason%TYPE -- 4066579
7770: ,p_status_change_comments IN irc_assignment_statuses.status_change_comments%TYPE DEFAULT NULL
7771: ,p_object_version_number IN OUT NOCOPY per_all_assignments_f.object_version_number%TYPE
7772: ,p_effective_start_date OUT NOCOPY per_all_assignments_f.effective_start_date%TYPE
7773: ,p_effective_end_date OUT NOCOPY per_all_assignments_f.effective_end_date%TYPE
7774: );