DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.HR_PUMP_REQUESTS

Object Details
Object Name: HR_PUMP_REQUESTS
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.HR_PUMP_REQUESTS
Subobject Name:
Status: VALID


HR_PUMP_REQUESTS holds information on running data pump processes.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Primary Key: HR_PUMP_REQUESTS_PK
  1. ColumnBATCH_ID
  2. ColumnREQUEST_ID
Indexes
Index Type Uniqueness Tablespace Column
HR_PUMP_REQUESTS_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnREQUEST_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
HR_PUMP_REQUESTS HR_PUMP_REQUESTS_FK1 TableHR_PUMP_BATCH_HEADERS HR_PUMP_REQUESTS BATCH_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Foreign key to HR_PUMP_BATCH_HEADERS. Specifies the batch being processed by the data pump process.
PROCESS_TYPE VARCHAR2 (30) Yes Used to specify the type of the data pump process.
REQUEST_ID NUMBER (15) Yes Specifies the concurrent manager REQUEST_ID for this process.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BATCH_ID
,      PROCESS_TYPE
,      REQUEST_ID
FROM HR.HR_PUMP_REQUESTS;

Dependencies

[top of page]

HR.HR_PUMP_REQUESTS does not reference any database object

HR.HR_PUMP_REQUESTS is referenced by following:

SchemaAPPS
SynonymHR_PUMP_REQUESTS
SchemaPUBLIC
SynonymHR_PUMP_REQUESTS