ACN_IDEA_B_INT
Ideas Base Interface table for Bulk Import support.
Details
-
Schema: FUSION
-
Object owner: ACN
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
ACN_IDEA_B_INT_PK |
IMPORT_SEQ_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| IMPORT_SEQ_ID | NUMBER | 18 | Yes | This is the primary key for the Idea object. | |
| THREAD_ID | NUMBER | 18 | Thread id column for Idea staging table. | ||
| DESCRIPTION | CLOB | This is the DESCRIPTION for the object. | |||
| LOAD_REQUEST_ID | NUMBER | 18 | When Data file uploaded and click on submit that time the load request Id generated. | ||
| TYPE | VARCHAR2 | 400 | Type attribute value for the idea interface table. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| STATUS | VARCHAR2 | 30 | This is for idea object status. It uses Lookup Type: ACN_IDEA_STATUS. Its Lookup Code: PENDING, ACCEPTED, REJECTED | ||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | 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. | ||
| BATCH_ID | NUMBER | 18 | For every batch of data that will be inserted into the interface table a new BATCH_ID will be populated. | ||
| IMPORT_STATUS_CODE | VARCHAR2 | 30 | IMPORT_STATUS_CODE tells status of a row in the interface table. | ||
| ACTION_CODE | VARCHAR2 | 30 | ACTION_CODE in interface table allows source system to specify a particular operation (insert, update, etc) for a row. | ||
| NAME | VARCHAR2 | 400 | Name value for the idea in the idea interface table. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ACN_IDEA_B_INT_U1 | Unique | Default | IMPORT_SEQ_ID |