IN_GTIN_TMP(SQL Table) |
Index Back |
---|---|
GTIN Data Notification TempGlobal Trade Item Number Extact temporary table used to build a list of item units of measure to extract |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | UPN_ID | Character(20) | VARCHAR2(20) NOT NULL | Universal Product Number |
3 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
4 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
Prompt Table: CUSTOMER |
5 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_KIT2_VW |
6 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL |
Item ID
Prompt Table: MASTER_ITEM_VW |
7 | MFG_ID | Character(50) | VARCHAR2(50) NOT NULL |
Manufacturer ID
Prompt Table: IN_MFG_LCL_VW |
8 | MFG_ITM_ID | Character(50) | VARCHAR2(50) NOT NULL | Manufacturer's Item ID |
9 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage |
10 | ORDERABLE_UOM_FLG | Character(1) | VARCHAR2(1) NOT NULL |
An indicator identifying that the information provider considers this trade item to be at a hierarchy level where they will accept orders from customers. This may be different from what the information provider identifies as a dispatch unit.
N=Not Orderable Y=Orderable Y/N Table Edit |
11 | SHIPPING_UOM_FLG | Character(1) | VARCHAR2(1) NOT NULL |
An indicator identifying that the information provider considers the trade item as a dispatch (shipping) unit.
N=Not Shippable Y=Shippable Y/N Table Edit |