DBA Data[Home] [Help]

APPS.HR_H2PI_MAIN_UPLOAD dependencies on HR_H2PI_ELEMENT_ENTRY_VALUES

Line 85: DELETE FROM hr_h2pi_element_entry_values

81:
82: DELETE FROM hr_h2pi_element_entries
83: WHERE client_id = p_from_client_id;
84:
85: DELETE FROM hr_h2pi_element_entry_values
86: WHERE client_id = p_from_client_id;
87:
88:
89: DELETE FROM hr_h2pi_bg_and_gre

Line 166: from hr_h2pi_element_entry_values

162: where client_id = l_from_client_id;
163:
164: select l_stage_rec_count + count(*)
165: into l_stage_rec_count
166: from hr_h2pi_element_entry_values
167: where client_id = l_from_client_id;
168:
169: select l_stage_rec_count + count(*)
170: into l_stage_rec_count