DBA Data[Home] [Help]

APPS.PQH_FR_QUOTA_CHECK dependencies on PER_ALL_ASSIGNMENTS_F

Line 100: From Per_all_assignments_f asg,

96: l_corp_id := p_corp_id;
97:
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

Line 134: From Per_all_assignments_f asg,

130: hr_utility.set_location('Entering into '||l_proc,5);
131:
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

Line 283: from per_all_assignments_f asg,

279: cursor person_cur_info is
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