DBA Data[Home] [Help]

APPS.PQH_FR_QUOTA_CHECK dependencies on PER_ALL_PEOPLE_F

Line 102: per_all_people_f per

98: Select count(asg.assignment_id)
99: into l_corp_population
100: From Per_all_assignments_f asg,
101: pqh_corps_definitions corp,
102: per_all_people_f per
103: Where asg.primary_flag = 'Y'
104: And asg.business_group_id = p_business_group_id
105: And asg.assignment_status_type_id in (1,2)
106: And l_effective_date between asg.effective_start_date And asg.effective_end_date

Line 136: per_all_people_f per

132: Select count(asg.assignment_id)
133: into l_grade_population
134: From Per_all_assignments_f asg,
135: pqh_corps_definitions corp,
136: per_all_people_f per
137: Where asg.primary_flag = 'Y'
138: And asg.business_group_id = p_business_group_id
139: And asg.assignment_status_type_id in (1,2)
140: And p_effective_date between asg.effective_start_date And asg.effective_end_date

Line 284: per_all_people_f per

280: select grade_ladder_pgm_id pgm_id,
281: grade_id grade_id,
282: per.per_information15 agent_type
283: from per_all_assignments_f asg,
284: per_all_people_f per
285: where asg.person_id = l_elctbl_chc_det_rec.person_id
286: and primary_flag = 'Y'
287: and p_effective_date between asg.effective_start_date and asg.effective_end_date
288: and p_effective_date between per.effective_start_date and per.effective_end_date