DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_ORG_PAYMENT_METHODS

Line 52: DELETE FROM hr_h2pi_org_payment_methods

48:
49: DELETE FROM hr_h2pi_bg_and_gre
50: WHERE client_id = p_from_client_id;
51:
52: DELETE FROM hr_h2pi_org_payment_methods
53: WHERE client_id = p_from_client_id;
54:
55: DELETE FROM hr_h2pi_patch_status
56: WHERE client_id = p_from_client_id;

Line 98: DELETE FROM hr_h2pi_org_payment_methods

94:
95: DELETE FROM hr_h2pi_pay_bases
96: WHERE client_id = p_from_client_id;
97:
98: DELETE FROM hr_h2pi_org_payment_methods
99: WHERE client_id = p_from_client_id;
100:
101: DELETE FROM hr_h2pi_element_types
102: WHERE client_id = p_from_client_id;

Line 221: from hr_h2pi_org_payment_methods

217: where client_id = l_from_client_id;
218:
219: select l_stage_rec_count + count(*)
220: into l_stage_rec_count
221: from hr_h2pi_org_payment_methods
222: where client_id = l_from_client_id;
223:
224: select l_stage_rec_count + count(*)
225: into l_stage_rec_count