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


TABLE: BEN.BEN_DM_PHASES

Object Details
Object Name: BEN_DM_PHASES
Object Type: TABLE
Owner: BEN
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BEN_DM_PHASES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPHASE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

BEN.BEN_DM_PHASES does not reference any database object

BEN.BEN_DM_PHASES is referenced by following:

SchemaAPPS
SynonymBEN_DM_PHASES
TriggerBEN_DM_PHASES_WHO