DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_EMP_STATE_TAX_RULES

Line 1287: FROM PAY_US_EMP_STATE_TAX_RULES st,

1283: -- cursors to compare the location provided with the location of
1284: -- the employee's assignment
1285: CURSOR csr_chk_state IS
1286: SELECT 'PASS'
1287: FROM PAY_US_EMP_STATE_TAX_RULES st,
1288: PAY_US_STATES pus
1289: WHERE st.assignment_id = p_assignment_id
1290: and st.state_code = pus.state_code
1291: and pus.state_abbrev = p_state_abbrev