HWP_DATA_INPUT_PROCESS
Data input process master table
Details
-
Schema: FUSION
-
Object owner: HWP
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
HWP_DATA_INPUT_PROCESS_PK |
PROCESS_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | Identifier of Enterprise, used for multi-tenancy partitioning. Foreign key to HR_ORGANIZATION_UNITS. | |
PROCESS_ID | NUMBER | 18 | Yes | Data Input process ID. | |
PROCESS_DATE | DATE | Data input process date. | |||
MODEL_CODE | VARCHAR2 | 200 | Data input model code. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
hwp_data_input_values | hwp_data_input_process | PROCESS_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HWP_DATA_INPUT_PROCESS_PK | Unique | Default | PROCESS_ID |