APPS.PAY_US_ELEMENT_ENTRY_HOOK dependencies on PAY_US_EMP_STATE_TAX_RULES_F
Line 1043: from pay_us_emp_state_tax_rules_f sta
1039: -- for a combination of Assignment and State
1040: cursor c_state_tax_rule(c_assignment_id number,
1041: c_state_code varchar2) is
1042: select 1 1043: from pay_us_emp_state_tax_rules_f sta 1044: where sta.assignment_id = c_assignment_id
1045: and sta.state_code = c_state_code;
1046:
1047: -- Cursor to check the existence of County Tax Rule