DBA Data[Home] [Help]

APPS.PAY_MX_SSAFFL_SALARY dependencies on HR_LOCATIONS

Line 1348: hr_locations hrl

1344: select location_code ,
1345: assignment_number,
1346: per_mx_ssaffl_archive.derive_gre_from_loc_scl(paf.location_id,paf.business_group_id,paf.soft_coding_keyflex_id,cp_effective_date)
1347: from per_all_assignments_f paf,
1348: hr_locations hrl
1349: where paf.assignment_id = cp_assignment_id
1350: and cp_effective_date between paf.effective_start_date and paf.effective_end_date
1351: and hrl.location_id = paf.location_id ;
1352: