DBA Data[Home] [Help]

APPS.CSF_SPATIAL_TTSP_PVT dependencies on KU$_JOBSTATUS

Line 81: l_job_status ku$_JobStatus; -- The job status from get_status.

77: l_table_space VARCHAR2(100); -- The data file name string.
78: l_data_file VARCHAR2(1000); -- The data file name .
79: l_job_state VARCHAR2(30); -- To keep track of DATAPUMP job state.
80: l_lerror ku$_LogEntry; -- For WIP and error messages.
81: l_job_status ku$_JobStatus; -- The job status from get_status.
82: l_job_desc ku$_JobDesc; -- The job description from get_status.
83: l_status ku$_Status; -- The status object returned by get_status
84: l_ind NUMBER; -- Loop index
85: l_percent_done NUMBER; -- Percentage of job complete

Line 314: l_job_status ku$_JobStatus; -- The job status from get_status.

310: l_data_file_str VARCHAR2(1000); -- The data file name string.
311: l_data_file VARCHAR2(1000); -- The data file name .
312: l_job_state VARCHAR2(30); -- To keep track of DATAPUMP job state.
313: l_lerror ku$_LogEntry; -- For WIP and error messages.
314: l_job_status ku$_JobStatus; -- The job status from get_status.
315: l_job_desc ku$_JobDesc; -- The job description from get_status.
316: l_status ku$_Status; -- The status object returned by get_status
317: l_ind NUMBER; -- Loop index
318: l_percent_done NUMBER; -- Percentage of job complete