DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PAY_US_EMP_COUNTY_TAX_RULES_F

Line 159: pay_us_emp_county_tax_rules_f

155: list.
156: 115.23 22-FEB-2002 rmonge 1686922 Added code to delete tax records from
157: pay_us_emp_fed_tax_rules_f
158: pay_us_emp_state_tax_rules_f
159: pay_us_emp_county_tax_rules_f
160: pay_us_emp_city_tax_rules_f
161: The deletion process was leaving
162: orphan rows.
163: 115.24 02-DEC-2002 eumenyio added the nocopy compiler and also

Line 2539: Delete pay_us_emp_county_tax_rules_f pect

2535: begin
2536:
2537: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 41);
2538:
2539: Delete pay_us_emp_county_tax_rules_f pect
2540: Where pect.assignment_id in (
2541: select ass.assignment_id
2542: from per_assignments_f ass
2543: where ass.person_id = p_person_id );