DBA Data[Home] [Help]

APPS.PAY_STATE_TAX_RULE_API dependencies on PAY_STATE_RULES

Line 262: from pay_state_rules psr, pay_us_states pus

258: and asg.effective_end_date;
259: --
260: cursor csr_state_jd is
261: select psr.jurisdiction_code
262: from pay_state_rules psr, pay_us_states pus
263: where pus.state_code = p_state_code
264: and pus.state_abbrev = psr.state_code;
265: --
266: /* cursor csr_filing_status is