SCH_REC_CONTACTS_INT

This table stores the contact details of the manufacturer who has manufactured the recalled product, in the interface when contact details are populated using File Based Data Import. A recall notice header can have more than one contact pertaining to the manufacturing firm stored in this table. INTERFACE_CONTACT_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_CONTACTS_INT_PK

INTERFACE_CONTACT_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_CONTACT_ID NUMBER 18 Yes Recalling firm Contact details interface unique identifier.
INTERFACE_CONTACT_KEY VARCHAR2 60 Contact 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.
ACTION VARCHAR2 25 Action can be either CREATE or UPDATE. This column is not used currently.
HEADER_ID NUMBER 18 Recall Notice Header Unique identifier. This column is not used currently.
CONTACT_NAME VARCHAR2 240 Name of the contact person in Recalling firm.
POSITION VARCHAR2 60 Position of the contact person in Recalling firm.
EMAIL VARCHAR2 60 Email of the contact person in Recalling firm.
TELEPHONE VARCHAR2 60 Phone number of the contact person in Recalling firm.
CONTACT_ID NUMBER 18 Recalling firm Contact details unique identifier. This column is not used currently.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
LOAD_REQUEST_ID NUMBER 18 Attribute indicating the request id associated with the data load process.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 80 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
SCH_REC_CONTACTS_INT sch_rec_headers_int INTERFACE_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
SCH_REC_CONTACTS_INT_N1 Non Unique Default INTERFACE_HEADER_ID
SCH_REC_CONTACTS_INT_U1 Unique Default INTERFACE_CONTACT_ID