[Home] [Help]
[Dependency Information]
Object Name: | HR_DM_PHASE_RULES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains the rules governing which phases apply to which migrations.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_DM_PHASE_RULES_PK | NORMAL | UNIQUE |
![]() |
![]() |
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. |
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;
HR.HR_DM_PHASE_RULES does not reference any database object
HR.HR_DM_PHASE_RULES is referenced by following:
|
|
|