DBA Data[Home] [Help]

APPS.HR_PUMP_UTILS dependencies on HR_PUMP_REQUESTS

Line 369: from hr_pump_requests

365: ------------------------------- any_session_running --------------------------
366: function any_session_running return boolean is
367: cursor csr_data_pump_requests is
368: select request_id
369: from hr_pump_requests
370: ;
371: l_found boolean := false;
372: l_ret boolean;
373: l_phase varchar2(2000);