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


TABLE: HR.HR_PUMP_RANGES

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


HR_PUMP_RANGES holds information on how a batch will be split up for processing during a data pump run.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Primary Key: HR_PUMP_RANGES_PK
  1. ColumnBATCH_ID
  2. ColumnRANGE_NUMBER
Indexes
Index Type Uniqueness Tablespace Column
HR_PUMP_RANGES_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnRANGE_NUMBER
Foreign Keys
Table
Foreign Table Foreign Key Column
HR_PUMP_RANGES HR_PUMP_RANGES_FK1 TableHR_PUMP_BATCH_HEADERS HR_PUMP_RANGES BATCH_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Foreign key to HR_PUMP_BATCH_LINES. Specifies the batch to be executed.
ENDING_PROCESS_SEQUENCE NUMBER (15) Yes End value of the range to be processed.
RANGE_NUMBER NUMBER (15) Yes Used with BATCH_ID to identify the range.
RANGE_STATUS VARCHAR2 (1) Yes Processing status for this range.
STARTING_PROCESS_SEQUENCE NUMBER (15) Yes Start value of the range to be processed.
Query Text

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


SELECT BATCH_ID
,      ENDING_PROCESS_SEQUENCE
,      RANGE_NUMBER
,      RANGE_STATUS
,      STARTING_PROCESS_SEQUENCE
FROM HR.HR_PUMP_RANGES;

Dependencies

[top of page]

HR.HR_PUMP_RANGES does not reference any database object

HR.HR_PUMP_RANGES is referenced by following:

SchemaAPPS
SynonymHR_PUMP_RANGES
SchemaPUBLIC
SynonymHR_PUMP_RANGES