DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on PER_ALL_PEOPLE_F

Line 7826: ,p_person_id IN per_all_people_f.person_id%TYPE

7822: --
7823: PROCEDURE set_new_primary_asg
7824: (p_validate IN BOOLEAN DEFAULT FALSE
7825: ,p_effective_date IN DATE
7826: ,p_person_id IN per_all_people_f.person_id%TYPE
7827: ,p_assignment_id IN per_all_assignments_f.assignment_id%TYPE
7828: ,p_object_version_number IN OUT NOCOPY per_all_assignments_f.object_version_number%TYPE
7829: ,p_effective_start_date OUT NOCOPY per_all_assignments_f.effective_start_date%TYPE
7830: ,p_effective_end_date OUT NOCOPY per_all_assignments_f.effective_end_date%TYPE

Line 7889: ,p_person_id IN per_all_people_f.person_id%TYPE

7885: --
7886: PROCEDURE set_new_primary_cwk_asg
7887: (p_validate IN BOOLEAN DEFAULT FALSE
7888: ,p_effective_date IN DATE
7889: ,p_person_id IN per_all_people_f.person_id%TYPE
7890: ,p_assignment_id IN per_all_assignments_f.assignment_id%TYPE
7891: ,p_object_version_number IN OUT NOCOPY per_all_assignments_f.object_version_number%TYPE
7892: ,p_effective_start_date OUT NOCOPY per_all_assignments_f.effective_start_date%TYPE
7893: ,p_effective_end_date OUT NOCOPY per_all_assignments_f.effective_end_date%TYPE