DBA Data[Home] [Help]

APPS.PAY_US_GEOCODE_ENGINE_PKG dependencies on PAY_US_STATES

Line 52: pay_us_states pus

48: select count (tr.assignment_id)
49: from pay_us_modified_geocodes mg,
50: pay_us_emp_city_tax_rules_f tr,
51: per_all_assignments_f paf,
52: pay_us_states pus
53: where mg.patch_name = p_patch_name
54: and mg.state_code = pus.state_code
55: and mg.state_code = tr.state_code
56: and mg.county_code = tr.county_code