DBA Data[Home] [Help]

APPS.PAY_STA_BUS dependencies on PAY_US_EMP_COUNTY_TAX_RULES_F

Line 1319: from pay_us_emp_county_tax_rules_f cnt

1315: --
1316: cursor chk_county_tax_rules
1317: is
1318: select null
1319: from pay_us_emp_county_tax_rules_f cnt
1320: where cnt.assignment_id = p_assignment_id
1321: and cnt.state_code = pay_sta_shd.g_old_rec.state_code
1322: and cnt.effective_end_date > p_effective_date;
1323: --

Line 1438: 'PAY_US_EMP_COUNTY_TAX_RULES_F');

1434: if chk_county_tax_rules%found then
1435: close chk_county_tax_rules;
1436: hr_utility.set_message(801,'HR_7215_DT_CHILD_EXISTS');
1437: hr_utility.set_message_token('TABLE_NAME',
1438: 'PAY_US_EMP_COUNTY_TAX_RULES_F');
1439: hr_utility.raise_error;
1440: end if;
1441: close chk_county_tax_rules;
1442: --