DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_COUNTY_TAX_RULES

Line 64: DELETE FROM hr_h2pi_county_tax_rules

60:
61: DELETE FROM hr_h2pi_state_tax_rules
62: WHERE client_id = p_from_client_id;
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;

Line 156: from hr_h2pi_county_tax_rules

152: where client_id = l_from_client_id;
153:
154: select l_stage_rec_count + count(*)
155: into l_stage_rec_count
156: from hr_h2pi_county_tax_rules
157: where client_id = l_from_client_id;
158:
159: select l_stage_rec_count + count(*)
160: into l_stage_rec_count