DBA Data[Home] [Help]

APPS.HR_DM_UPLOAD dependencies on HR_PUMP_BATCH_HEADERS

Line 186: -- from hr_pump_batch_headers table.

182: request_id = p_request_id)
183: AND status_code <> 'C';
184:
185: -- get the status of data pump process spawned by this slave process. Read the status
186: -- from hr_pump_batch_headers table.
187:
188: CURSOR csr_dp_batch_status IS
189: SELECT batch_status
190: FROM hr_pump_batch_headers

Line 190: FROM hr_pump_batch_headers

186: -- from hr_pump_batch_headers table.
187:
188: CURSOR csr_dp_batch_status IS
189: SELECT batch_status
190: FROM hr_pump_batch_headers
191: WHERE batch_id = l_batch_id;
192: --
193: BEGIN
194: --