DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_STATE_TAX_RULES

Line 61: DELETE FROM hr_h2pi_state_tax_rules

57:
58: DELETE FROM hr_h2pi_federal_tax_rules
59: WHERE client_id = p_from_client_id;
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;

Line 256: from hr_h2pi_state_tax_rules

252: where client_id = l_from_client_id;
253:
254: select l_stage_rec_count + count(*)
255: into l_stage_rec_count
256: from hr_h2pi_state_tax_rules
257: where client_id = l_from_client_id;
258:
259: select l_stage_rec_count + count(*)
260: into l_stage_rec_count