POZ_SUP_PROD_SERV_INT

Interface table to import Supplier Products and Services Category

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

POZ_SUP_PROD_SERV_INT_PK

CATEGORIES_INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
CLASSIFICATION_ID NUMBER 18 Identifies the supplier products and services category unique identifier.
BATCH_ID VARCHAR2 200 An optional identifier, if provided while sched uling an import process is used to identify which interface table records will be picked up for processing.
REQUEST_SOURCE VARCHAR2 15 Signifies whether the request is from import or through a web service. Valid values are IMPORT or WEB_SERVICE. Null value for this column is also treated as a request from import.
CATEGORIES_INTERFACE_ID NUMBER 18 Yes Supplier products and services categories interface record unique identifier
VENDOR_INTERFACE_ID NUMBER 18 Supplier interface record unique identifier
VENDOR_ID NUMBER 18 Supplier unique identifier. The value can be obtained from the VENDOR_ID column in the POZ_SUPPLIERS table.
VENDOR_NAME VARCHAR2 360 Supplier unique name
IMPORT_STATUS VARCHAR2 30 Status of the record in or after the import
IMPORT_ACTION VARCHAR2 10 Indicates whether the record is to be created or deleted via import. Valid values are CREATE and DELETE
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 Standard WHO column. Indicates the identifier of the job that loaded the records into the interface table
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 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.
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.
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.
CATEGORY_TYPE VARCHAR2 30 Identifies the products and services category type. Valid values are BROWSING and PURCHASING only
CATEGORY_ID NUMBER 18 Products and services category identifier
CATEGORY_NAME VARCHAR2 250 Products and services category name
PROGRAM_APP_NAME VARCHAR2 50 Program application name.

Indexes

Index Uniqueness Tablespace Columns
POZ_SUP_PROD_SERV_INT_N1 Non Unique Default REQUEST_ID
POZ_SUP_PROD_SERV_INT_N2 Non Unique Default UPPER("BATCH_ID"), CATEGORIES_INTERFACE_ID
POZ_SUP_PROD_SERV_INT_N3 Non Unique Default VENDOR_INTERFACE_ID
POZ_SUP_PROD_SERV_INT_U1 Unique Default CATEGORIES_INTERFACE_ID