ACN_REQ_VERSION_B_INT

This is a requirement version interface table. It contains all data for requirement versions.

Details

  • Schema: FUSION

  • Object owner: ACN

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ACN_REQ_VERSION_B_INT_PK

REQUIREMENT_VERSION_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUIREMENT_VERSION_ID NUMBER 18 Yes Requirement version id value for requirement version 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.
REQUIREMENT_ID NUMBER 18 Yes Requirement id value for requirement version interface table.
VERSION_NUMBER NUMBER 8 Yes Version number value for requirement version interface table.
STATUS VARCHAR2 1000 Yes Status value for requirement version interface table.
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.
SEQ_NO NUMBER For every record of data that will be inserted into the interface table SEQ_NO will be populated.
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.
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 requirement version 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_REQ_VERSION_B_INT_U1 Unique Default REQUIREMENT_VERSION_ID