DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on PER_ASSIGNMENTS_F

Line 106: from hr_locations_all loc, per_assignments_f asg

102: l_package varchar2(80) := g_package||'.get_rule_data';
103:
104: cursor csr_asg is
105: select asg.assignment_id, asg.organization_id, loc.region_2, asg.location_id
106: from hr_locations_all loc, per_assignments_f asg
107: where asg.person_id = p_person_id
108: and asg.primary_flag = 'Y'
109: and asg.assignment_type <> 'C'
110: and loc.location_id(+) = asg.location_id

Line 198: from hr_locations_all loc, per_assignments_f asg

194: --l_cbs c_cbs%rowtype;
195:
196: cursor csr_asg is
197: select asg.assignment_id, asg.organization_id, loc.region_2, asg.location_id
198: from hr_locations_all loc, per_assignments_f asg
199: where asg.person_id = p_person_id
200: and asg.assignment_type <> 'C'
201: and asg.primary_flag = 'Y'
202: and loc.location_id(+) = asg.location_id