DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_PAYMENT_METHODS

Line 76: DELETE FROM hr_h2pi_payment_methods

72:
73: DELETE FROM hr_h2pi_cost_allocations
74: WHERE client_id = p_from_client_id;
75:
76: DELETE FROM hr_h2pi_payment_methods
77: WHERE client_id = p_from_client_id;
78:
79: DELETE FROM hr_h2pi_element_names
80: WHERE client_id = p_from_client_id;

Line 231: from hr_h2pi_payment_methods

227: where client_id = l_from_client_id;
228:
229: select l_stage_rec_count + count(*)
230: into l_stage_rec_count
231: from hr_h2pi_payment_methods
232: where client_id = l_from_client_id;
233:
234: select l_stage_rec_count + count(*)
235: into l_stage_rec_count