DBA Data[Home] [Help]

APPS.PAY_US_ELEMENT_ENTRY_HOOK dependencies on PAY_US_EMP_STATE_TAX_RULES_F

Line 1080: from pay_us_emp_state_tax_rules_f sta

1076: -- for a combination of Assignment and State
1077: cursor c_state_tax_rule(c_assignment_id number,
1078: c_state_code varchar2) is
1079: select 1
1080: from pay_us_emp_state_tax_rules_f sta
1081: where sta.assignment_id = c_assignment_id
1082: and sta.state_code = c_state_code;
1083:
1084: -- Cursor to check the existence of County Tax Rule