DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PAY_US_EMP_CITY_TAX_RULES_F

Line 3344: Delete pay_us_emp_city_tax_rules_f pecit

3340: if g_debug then
3341: hr_utility.set_location(l_proc, 80);
3342: end if;
3343: --
3344: Delete pay_us_emp_city_tax_rules_f pecit
3345: Where pecit.assignment_id in
3346: (select ass.assignment_id
3347: from per_assignments_f ass
3348: where ass.person_id = p_person_id );