DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_CITY_TAX_RULES

Line 67: DELETE FROM hr_h2pi_city_tax_rules

63:
64: DELETE FROM hr_h2pi_county_tax_rules
65: WHERE client_id = p_from_client_id;
66:
67: DELETE FROM hr_h2pi_city_tax_rules
68: WHERE client_id = p_from_client_id;
69:
70: DELETE FROM hr_h2pi_salaries
71: WHERE client_id = p_from_client_id;

Line 146: from hr_h2pi_city_tax_rules

142: where client_id = l_from_client_id;
143:
144: select l_stage_rec_count + count(*)
145: into l_stage_rec_count
146: from hr_h2pi_city_tax_rules
147: where client_id = l_from_client_id;
148:
149: select l_stage_rec_count + count(*)
150: into l_stage_rec_count