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


TABLE: HR.HR_DM_MIGRATION_RANGES

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


This table holds the allocated ranges for each slave process to process during each Download Application/Participant data phase of the migration.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Primary Key: HR_DM_MIGRATION_RANGES_PK
  1. ColumnRANGE_ID
Indexes
Index Type Uniqueness Tablespace Column
HR_DM_MIGRATION_RANGES_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnRANGE_ID
HR_DM_MIGRATION_RANGES_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnPHASE_ITEM_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
HR_DM_MIGRATION_RANGES HR_DM_MIGRATION_RANGES_FK1 TableHR_DM_PHASE_ITEMS HR_DM_MIGRATION_RANGES PHASE_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
RANGE_ID NUMBER (15) Yes System-generated primary key column.
PHASE_ITEM_ID NUMBER (15) Yes Foreign Key to HR_DM_PHASE_ITEMS.PHASE_ITEM_ID.
STARTING_PROCESS_SEQUENCE NUMBER (15) Yes Initial value within the sequence to be processed.
ENDING_PROCESS_SEQUENCE NUMBER (15) Yes End value within the sequence to be processed.
STATUS VARCHAR2 (30) Yes Current status of the process. This value is a lookup code of the lookup type HR_DM _STATUS and is defined in the tables FND_LOOKUP_TYPES, FND_LOOKUP_TYPES_TL and FND_LOOKUP_VALUES.
START_TIME DATE

Start time of the migration range processing
END_TIME DATE

End time of the migration range processing.
ROW_COUNT NUMBER (15)
The number of physical records that exist in the sequence range to be migrated.
LAST_UPDATE_DATE DATE

Standard Who column.
LAST_UPDATED_BY NUMBER (15)
Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
CREATION_DATE DATE

Standard Who column.
CREATED_BY NUMBER (15)
Standard Who column.
SECURITY_GROUP_ID NUMBER (15)
Foreign Key to FND_SECURITY_GROUPS.
Query Text

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


SELECT RANGE_ID
,      PHASE_ITEM_ID
,      STARTING_PROCESS_SEQUENCE
,      ENDING_PROCESS_SEQUENCE
,      STATUS
,      START_TIME
,      END_TIME
,      ROW_COUNT
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      SECURITY_GROUP_ID
FROM HR.HR_DM_MIGRATION_RANGES;

Dependencies

[top of page]

HR.HR_DM_MIGRATION_RANGES does not reference any database object

HR.HR_DM_MIGRATION_RANGES is referenced by following:

SchemaAPPS
SynonymHR_DM_MIGRATION_RANGES
TriggerHR_DM_MIGRATION_RANGES_WHO
SchemaPUBLIC
SynonymHR_DM_MIGRATION_RANGES