POZ_B2B_DOCUMENT_CONFIGS

This is the Document Configuration table containing document configuration information for the B2B Supplier Model Integration.

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POZ_B2B_DOCUMENT_CONFIGS_PK

B2B_DOC_CONFIG_ID

Columns

Name Datatype Length Precision Not-null Comments
B2B_DOC_CONFIG_ID NUMBER 18 Yes Primary key
VENDOR_SITE_ID NUMBER 18 Yes Supplier site id
DOCUMENT VARCHAR2 256 Document name
HOST_TRADING_PARTNER VARCHAR2 256 Trading Partner Identifier of the buying company.
REMOTE_TRADING_PARTNER VARCHAR2 256 Trading Partner Identifier of the supplier.
DIRECTION VARCHAR2 256 Direction of transaction. Example values are "inbound" or "outbound"
B2B_AGREEMENT VARCHAR2 256 B2B agreement name
DOC_DEFINITION VARCHAR2 256 Document Definition, as returned by Get Trading Partner Information API.
B2B_DOC_TYPE VARCHAR2 256 B2B Document Type
DOC_PROTOCOL VARCHAR2 256 Document Protocol
DOC_REVISION VARCHAR2 256 Document revision
ACTION VARCHAR2 256 Action. Can be either "Create" or "Change"
XSLT_FILE_NAME VARCHAR2 256 XSLT file name
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_B2B_DOCUMENT_CONFIGS poz_supplier_sites_all_m VENDOR_SITE_ID

Indexes

Index Uniqueness Tablespace Columns
POZ_B2B_DOCUMENT_CONFIGS_N1 Non Unique FUSION_TS_TX_IDX VENDOR_SITE_ID
POZ_B2B_DOCUMENT_CONFIGS_PK Unique FUSION_TS_TX_IDX B2B_DOC_CONFIG_ID