DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on PER_ALL_PEOPLE_F

Line 7831: ,p_person_id IN per_all_people_f.person_id%TYPE

7827: --
7828: PROCEDURE set_new_primary_asg
7829: (p_validate IN BOOLEAN DEFAULT FALSE
7830: ,p_effective_date IN DATE
7831: ,p_person_id IN per_all_people_f.person_id%TYPE
7832: ,p_assignment_id IN per_all_assignments_f.assignment_id%TYPE
7833: ,p_object_version_number IN OUT NOCOPY per_all_assignments_f.object_version_number%TYPE
7834: ,p_effective_start_date OUT NOCOPY per_all_assignments_f.effective_start_date%TYPE
7835: ,p_effective_end_date OUT NOCOPY per_all_assignments_f.effective_end_date%TYPE

Line 7894: ,p_person_id IN per_all_people_f.person_id%TYPE

7890: --
7891: PROCEDURE set_new_primary_cwk_asg
7892: (p_validate IN BOOLEAN DEFAULT FALSE
7893: ,p_effective_date IN DATE
7894: ,p_person_id IN per_all_people_f.person_id%TYPE
7895: ,p_assignment_id IN per_all_assignments_f.assignment_id%TYPE
7896: ,p_object_version_number IN OUT NOCOPY per_all_assignments_f.object_version_number%TYPE
7897: ,p_effective_start_date OUT NOCOPY per_all_assignments_f.effective_start_date%TYPE
7898: ,p_effective_end_date OUT NOCOPY per_all_assignments_f.effective_end_date%TYPE