DBA Data[Home] [Help]

APPS.PAY_US_ELEMENT_ENTRY_HOOK dependencies on PAY_US_EMP_COUNTY_TAX_RULES_F

Line 1090: from pay_us_emp_county_tax_rules_f cnt

1086: cursor c_county_tax_rule(c_assignment_id number,
1087: c_state_code varchar2,
1088: c_county_code varchar2) is
1089: select 1
1090: from pay_us_emp_county_tax_rules_f cnt
1091: where cnt.assignment_id = c_assignment_id
1092: and cnt.state_code = c_state_code
1093: and cnt.county_code = c_county_code;
1094: