POR_PUNCHOUT_CATALOGS
This table stores information related to Punchout Catalogs.
Details
-
Schema: FUSION
-
Object owner: POR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
POR_PUNCHOUT_CATALOGS_PK |
CATALOG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| CATALOG_ID | NUMBER | 18 | Yes | Primary Key Unique identifier of the Catalog | ||
| TRADING_PARTNER_ID | NUMBER | Trading Partner Id | ||||
| PARENT_CATALOG_ID | NUMBER | 18 | Indicates Parent Punchout Catalog | |||
| IMAGE_LOCATION | VARCHAR2 | 240 | Location of the image | |||
| SOURCE | VARCHAR2 | 20 | Yes | Source of catalog: EXCHANGE, SUPPLIER_VIA_CXML, SUPPLIER_VIA_XML, VIA-EXCHANGE | ||
| VENDOR_ID | NUMBER | 18 | ID of the supplier | |||
| VENDOR_SITE_ID | NUMBER | 18 | ID of the supplier site | |||
| SUPPLIER_NAME | VARCHAR2 | 240 | Name of the supplier | |||
| SUPPLIER_NUMBER | VARCHAR2 | 256 | Identification for supplier | |||
| PUNCHOUT_URL | VARCHAR2 | 240 | URL to punchout | Obsolete | ||
| PUNCHOUT_URL_KEY | NUMBER | 18 | Topology Manager key for the punchout Url | |||
| USERNAME | VARCHAR2 | 100 | Username for login at punchout url | |||
| ENCODING_METHOD | VARCHAR2 | 30 | Encoding type | |||
| PREVENT_ITEM_CHANGES_FLAG | VARCHAR2 | 1 | Flag to indicate whether changes to items returned from punchout site is allowed. | |||
| SEND_OPTIONAL_INFO_FLAG | VARCHAR2 | 1 | Flag to indicate whether to send optional information to punchout site | |||
| EXTEND_IDLE_SESSION_FLAG | VARCHAR2 | 1 | Flag to indicate whether to extend user???s idle session timeout during punchout | |||
| OPERATION_ALLOWED | VARCHAR2 | 8 | Flag to indicate if re-punchout is allowed | |||
| APPLY_MAPPING | VARCHAR2 | 1 | Flag to indicate if mapping is to be displayed | |||
| PRICE_NEGOTIATED_FLAG | VARCHAR2 | 1 | Flag to indicate whether prices are negotiated | |||
| BUYER_COMPANY_NAME | VARCHAR2 | 240 | Yes | Company Name or Domain | ||
| BUYER_COMPANY_ID | VARCHAR2 | 35 | Company ID or Identity | |||
| MAP_SET_ID | NUMBER | 18 | ID of the external mapping | |||
| ENABLE_ITEM_LVL_PUNCHOUT_FLAG | VARCHAR2 | 1 | Yes | Flag to indicate whether the punchout catalog supports directly punching out to the item details page on the supplier's punchout site. | ||
| ENABLE_PRICE_VAR_CHECK_FLAG | VARCHAR2 | 1 | Yes | Flag to indicate whether price variance check can be performed for the punchout items returned in this punchout catalog. | ||
| PRICE_VAR_ALLOWED_PERCENTAGE | NUMBER | The tolerance allowed in percentage when determining if a punchout item has a price variance. | ||||
| 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. | |||
| 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. | ||
| PROCESS_CATALOG_ITEMS_FLAG | VARCHAR2 | 1 | Flag to indicate whether master items and agreement lines should be processed using punchout | |||
| DISABLE_AUTOSOURCING_FLAG | VARCHAR2 | 1 | Flag to indicate whether autosourcing will be disabled for requisition lines created via this punchout catalog. | |||
| PO_LINE_PRICE_OVERRIDE_FLAG | VARCHAR2 | 1 | Indicates whether the price or amount can be updated on purchase order lines | |||
| DEFAULT_CATEGORY_ID | NUMBER | 18 | The default item category associated with a punchout catalog. When an internal item category can't be derived, this will default on requisition lines added from a punchout site. | |||
| SEND_DELIVER_TO_LOCATION_FLAG | VARCHAR2 | 1 | Indicates whether the requester's internal deliver-to location can be sent to the supplier site in the punchout setup request. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| POR_PUNCHOUT_CATALOGS | por_catalogs_all_b | CATALOG_ID |
| POR_PUNCHOUT_CATALOGS | por_map_set_headers_all_b | MAP_SET_ID |
| POR_PUNCHOUT_CATALOGS | poz_suppliers | VENDOR_ID |
| por_punchout_items | por_punchout_catalogs | PUNCHOUT_CATALOG_ID |
| por_punchout_request_details | por_punchout_catalogs | PUNCHOUT_CATALOG_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POR_PUNCHOUT_CATALOGS_N1 | Non Unique | Default | MAP_SET_ID |
| POR_PUNCHOUT_CATALOGS_U1 | Unique | Default | CATALOG_ID |