[Home] [Help]
[Dependency Information]
| Object Name: | BEN_DM_PHASES |
|---|---|
| Object Type: | TABLE |
| Owner: | BEN |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BEN_DM_PHASES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PHASE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PHASE_ID | NUMBER | (15) | Yes | Primary Key |
| MIGRATION_ID | NUMBER | (15) | Yes | Foreign Key to BEN_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 |
| STATUS | VARCHAR2 | (30) | Yes | Current status of the process. This value is a lookup code of the lookup type HR_DM_STATUS |
| START_TIME | DATE | Start time of the migration Phase Processing | ||
| END_TIME | DATE | End time of the migration Phase Processing | ||
| LAST_UPDATE_DATE | DATE | WHO column | ||
| LAST_UPDATED_BY | NUMBER | (15) | WHO column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | WHO column | |
| CREATED_BY | NUMBER | (15) | WHO column | |
| CREATION_DATE | DATE | WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT PHASE_ID
, MIGRATION_ID
, PHASE_NAME
, STATUS
, START_TIME
, END_TIME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM BEN.BEN_DM_PHASES;
BEN.BEN_DM_PHASES does not reference any database object
BEN.BEN_DM_PHASES is referenced by following:
BEN
BEN_DM_PHASES#
|
|
|
|