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


TABLE: HR.HR_DM_PHASE_RULES

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


This table contains the rules governing which phases apply to which migrations.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Primary Key: HR_DM_PHASE_RULES_PK
  1. ColumnPHASE_RULE_ID
Indexes
Index Type Uniqueness Tablespace Column
HR_DM_PHASE_RULES_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnPHASE_RULE_ID
Columns
Name Datatype Length Mandatory Comments
PHASE_RULE_ID NUMBER (15) Yes System-generated primary key column.
MIGRATION_TYPE VARCHAR2 (30) Yes The type of migration being undertaken. This value is a lookup code of the lookup type HR_DM_MIGRATION_TYPE and is defined in the table FND_LOOKUP_TYPES, FND_LOOKUP_VALUES.
PHASE_NAME VARCHAR2 (30) Yes Name of the phase. This value is a lookup code of the lookup type HR_DM_MIGRATION_PHASE and is defined in the table FND_LOOKUP_TYPES, FND_LOOKUP_VALUES.
PREVIOUS_PHASE VARCHAR2 (30) Yes Name of the previous phase. This value is a lookup code of the lookup type HR_DM_MIGRATION_PHASE and is defined in the table FND_LOOKUP_TYPES, FND_LOOKUP_VALUES.
NEXT_PHASE VARCHAR2 (30) Yes Name of the next phase. This value is a lookup code of the lookup type HR_DM_MIGRATION_PHASE and is defined in the table FND_LOOKUP_TYPES, FND_LOOKUP_VALUES.
DATABASE_LOCATION VARCHAR2 (30) Yes The location of the database to which this phase for the current migration type applies.
LAST_UPDATE_DATE DATE

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

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 PHASE_RULE_ID
,      MIGRATION_TYPE
,      PHASE_NAME
,      PREVIOUS_PHASE
,      NEXT_PHASE
,      DATABASE_LOCATION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      SECURITY_GROUP_ID
FROM HR.HR_DM_PHASE_RULES;

Dependencies

[top of page]

HR.HR_DM_PHASE_RULES does not reference any database object

HR.HR_DM_PHASE_RULES is referenced by following:

SchemaAPPS
SynonymHR_DM_PHASE_RULES
TriggerHR_DM_PHASE_RULES_WHO
SchemaPUBLIC
SynonymHR_DM_PHASE_RULES