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


TABLE: BEN.BEN_DM_PHASE_ITEMS

Object Details
Object Name: BEN_DM_PHASE_ITEMS
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_PHASE_ITEMS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPHASE_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
PHASE_ITEM_ID NUMBER (15) Yes Primary Key
PHASE_ID NUMBER (15) Yes Foreign Key to BEN_DM_PHASES.PHASE_ID
GROUP_ORDER NUMBER (15)
The Group Order for the Upload Phase
TABLE_NAME VARCHAR2 (30)
Table Name for the Generation Phase
INPUT_FILE_ID NUMBER (15)
Foreign Key to BEN_DM_INPUT_FILE.INPUT_FILE_ID
STATUS VARCHAR2 (30)
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 Item Processing
END_TIME DATE

End time of the migration Phase Item 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_ITEM_ID
,      PHASE_ID
,      GROUP_ORDER
,      TABLE_NAME
,      INPUT_FILE_ID
,      STATUS
,      START_TIME
,      END_TIME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM BEN.BEN_DM_PHASE_ITEMS;

Dependencies

[top of page]

BEN.BEN_DM_PHASE_ITEMS does not reference any database object

BEN.BEN_DM_PHASE_ITEMS is referenced by following:

SchemaAPPS
SynonymBEN_DM_PHASE_ITEMS
TriggerBEN_DM_PHASE_ITEMS_WHO