[Home] [Help]
[Dependency Information]
| Object Name: | HR_DM_PHASES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.HR_DM_PHASES
|
| Subobject Name: | |
| Status: | VALID |
This table holds the information about each phase of the migration process.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
PHASE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HR_DM_PHASES_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
PHASE_ID
|
| HR_DM_PHASES_FK1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
MIGRATION_ID
|
| Table | |
Foreign Table | Foreign Key Column | HR_DM_PHASES | ![]() |
HR_DM_MIGRATIONS
|
HR_DM_PHASES MIGRATION_ID |
HR_DM_MIGRATION_REQUESTS
|
![]() |
HR_DM_PHASES | HR_DM_MIGRATION_REQUESTS PHASE_ID |
HR_DM_PHASE_ITEMS
|
![]() |
HR_DM_PHASES | HR_DM_PHASE_ITEMS PHASE_ID |
|---|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PHASE_ID | NUMBER | (15) | Yes | System-generated primary key column. |
| MIGRATION_ID | NUMBER | (15) | Yes | Foreign Key to HR_DM_MIGRATIONS.MIGRATION_ID |
| 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. |
| 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 table 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. | ||
| 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. | ||
| LAST_UPDATE_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_ID
, MIGRATION_ID
, PHASE_NAME
, STATUS
, START_TIME
, END_TIME
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, SECURITY_GROUP_ID
FROM HR.HR_DM_PHASES;
HR.HR_DM_PHASES does not reference any database object
HR.HR_DM_PHASES is referenced by following:
HR
HR_DM_PHASES#
|
|
|
|