DBA Data[Home] [Help]

APPS.PAY_US_INV_DED_FORMULAS dependencies on HR_LOCATIONS

Line 3913: hr_locations hl,

3909: CURSOR c_get_filing_status(p_assignment_id in number) is
3910: select filing_status_code
3911: from pay_us_emp_state_tax_rules_f pestr,
3912: per_all_assignments_f paf,
3913: hr_locations hl,
3914: pay_us_states pus
3915: where pestr.assignment_id = p_assignment_id
3916: and pestr.assignment_id = paf.assignment_id
3917: and paf.location_id = hl.location_id