DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_FEDERAL_TAX_RULES

Line 58: DELETE FROM hr_h2pi_federal_tax_rules

54:
55: DELETE FROM hr_h2pi_patch_status
56: WHERE client_id = p_from_client_id;
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;

Line 191: from hr_h2pi_federal_tax_rules

187: where client_id = l_from_client_id;
188:
189: select l_stage_rec_count + count(*)
190: into l_stage_rec_count
191: from hr_h2pi_federal_tax_rules
192: where client_id = l_from_client_id;
193:
194: select l_stage_rec_count + count(*)
195: into l_stage_rec_count