DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_COST_ALLOCATIONS

Line 73: DELETE FROM hr_h2pi_cost_allocations

69:
70: DELETE FROM hr_h2pi_salaries
71: WHERE client_id = p_from_client_id;
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;

Line 151: from hr_h2pi_cost_allocations

147: where client_id = l_from_client_id;
148:
149: select l_stage_rec_count + count(*)
150: into l_stage_rec_count
151: from hr_h2pi_cost_allocations
152: where client_id = l_from_client_id;
153:
154: select l_stage_rec_count + count(*)
155: into l_stage_rec_count