ACN_IDEA_CUSTOMER_INT
Customer Interface table to support Bulk Import.
Details
-
Schema: FUSION
-
Object owner: ACN
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
ACN_IDEA_CUSTOMER_INT_PK |
IDEA_CUSTOMER_ASSIGN_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| IMPORT_SEQ_ID | NUMBER | 18 | Yes | This import sequence id stores the unique id across the application. | ||
| IDEA_CUSTOMER_ASSIGN_ID | NUMBER | 18 | Yes | This is the primary key for each record inserted into the idean customer 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. | ||
| CUSTOMER_ID | NUMBER | 18 | Yes | customer id for the idea customer interface table. | ||
| CUSTOMER | VARCHAR2 | 4000 | Customer value for the idea customer interface table. | |||
| LOAD_REQUEST_ID | NUMBER | 18 | When Data file uploaded and click on submit that time the load request Id generated. | |||
| NAME | VARCHAR2 | 400 | Name value for the idea customer interface table. | |||
| ACTION_CODE | VARCHAR2 | 30 | This column is created for internal use and will be populated and used by bulk import logic. | |||
| IMPORT_STATUS_CODE | VARCHAR2 | 100 | IMPORT_STATUS_CODE tells status of a row in the interface table. | |||
| INTERFACE_ROW_ID | NUMBER | 18 | INTERFACE_ROW_ID is the unique identifier for the record with in a batch. | Obsolete | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ACN_IDEA_CUSTOMER_INT_N2 | Non Unique | Default | CUSTOMER_ID |
| ACN_IDEA_CUSTOMER_INT_U1 | Unique | Default | IDEA_CUSTOMER_ASSIGN_ID |