ACN_REQUIREMENT_B_INT
Requirements Interface Base table to support Bulk Import
Details
-
Schema: FUSION
-
Object owner: ACN
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
ACN_REQUIREMENT_B_INT_PK |
REQUIREMENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REQUIREMENT_ID | NUMBER | 18 | Yes | This is the primary key of the table. | |
| THREAD_ID | NUMBER | 18 | Thread id column for requirement staging 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. | |
| LATEST_VERSION_ID | NUMBER | 18 | Yes | Point to the latest requirement version id | |
| TYPE | VARCHAR2 | 400 | Yes | Type value for the requirement interface table. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| SEQ_NO | NUMBER | For every record of data that will be inserted into the interface table SEQ_NO will be populated. | |||
| PRODUCT | VARCHAR2 | 400 | This PRODUCT column is used to store the value of the requirement product code. | ||
| DESCRIPTION | CLOB | This DESCRIPTION column used to store the value froming from interface table. | |||
| INTERFACE_ROW_ID | NUMBER | 18 | INTERFACE_ROW_ID is the unique identifier for the record with in a batch. | ||
| IMPORT_STATUS_CODE | VARCHAR2 | 1000 | IMPORT_STATUS_CODE tells status of a row in the interface table. | ||
| ACTION_CODE | VARCHAR2 | 1000 | ACTION_CODE in interface table allows source system to specify a particular operation (insert, update, etc) for a 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. | ||
| INTERNAL_ACTION_CODE | VARCHAR2 | 1000 | This column is created for internal use and will be populated and used by bulk import logic. | ||
| NAME | VARCHAR2 | 400 | Name value for the requirement interface table. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | When Data file uploaded and click on submit that time the load request Id generated. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ACN_REQUIREMENT_B_INT_U1 | Unique | Default | REQUIREMENT_ID |