SCH_REC_BU_INT

This table stores the business units assigned to a product recall notice in the interface when the recall notice is populated using File Based Data Import. INTERFACE_REC_BU_ID is the unique system generated primary key of this table.

Details

  • Schema: FUSION

  • Object owner: SCH

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

SCH_REC_BU_INT_PK

INTERFACE_REC_BU_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_REC_BU_ID NUMBER 18 Yes Recall Notice BU Interface unique identifier.
INTERFACE_BU_KEY VARCHAR2 60 BU record identifier, unique within LOAD_REQUEST_ID. Reserved for data uploaded through cloud interface only.
INTERFACE_HEADER_ID NUMBER 18 Recall Notice Header Interface Unique identifier. This column is not used currently.
INTERFACE_HEADER_KEY VARCHAR2 60 Header record identifier, unique within LOAD_REQUEST_ID. Reserved for data uploaded through cloud interface only.
ASSIGNED_BU_ID NUMBER 18 Value that uniquely identifies the business unit assigned to a recall notice.
ASSIGNED_BU_NAME VARCHAR2 240 Name of the assigned business unit.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LOAD_REQUEST_ID NUMBER 18 Attribute indicating the request id associated with the data load process.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
SCH_REC_BU_INT_U1 Unique Default INTERFACE_REC_BU_ID