POR_PUNCHOUT_ITEMS

This table stores information related to punchout items

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POR_PUNCHOUT_ITEMS_PK

PUNCHOUT_ITEM_ID

Columns

Name Datatype Length Precision Not-null Comments
PUNCHOUT_ITEM_ID NUMBER 18 Yes Primary Key Unique identifier of the punchout item.
PUNCHOUT_CATALOG_ID NUMBER 18 Yes Foreign Key Punchout Catalog to which this item belongs.
LINE_TYPE_ID NUMBER 18 Yes Id of the line type.
ITEM_DESCRIPTION VARCHAR2 240 Yes Description of the punchout item.
ITEM_LANGUAGE VARCHAR2 4 Language mentioned in the item line.
LONG_DESCRIPTION CLOB Long Description of the punchout item.
CATEGORY_ID NUMBER 18 Id of the category to which this item belongs.
SUPPLIER_ID NUMBER 18 Id of the supplier to which this item belongs.
SUPPLIER_ITEM VARCHAR2 300 Yes Supplier part number
SUPPLIER_PART_AUX_ID VARCHAR2 255 Supplier part auxillary identifier.
MANUFACTURER VARCHAR2 240 Manufacturer of the punchout item.
MANUFACTURER_PART_NUMBER VARCHAR2 30 Manufacturer part number of the punchout item
PO_HEADER_ID NUMBER 18 Agreement Id of the punchout item
UNIT_PRICE NUMBER Price of the punchout search index item.
AMOUNT NUMBER Amount of the fixed price line.
UOM_CODE VARCHAR2 3 UOM of the punchout search index item.
TRANSACTION_CURRENCY_CODE VARCHAR2 15 Transaction currency of the punchout item
IMAGE_URL VARCHAR2 700 URL of image to display for the punchout item.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POR_PUNCHOUT_ITEMS por_punchout_catalogs PUNCHOUT_CATALOG_ID

Indexes

Index Uniqueness Tablespace Columns
POR_PUNCHOUT_ITEMS_U1 Unique Default PUNCHOUT_ITEM_ID
POR_PUNCHOUT_ITEMS_U2 Unique Default PUNCHOUT_CATALOG_ID, SUPPLIER_ITEM