PRODKIT_COMPS(SQL Table) |
Index Back |
---|---|
Product Kit Components TableThis record stores all the individual components and their attributes that make up a Product Kit. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_KIT_VW |
3 | PROD_COMPONENT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product Component ID
Prompt Table: %EDITTABLE |
4 | DATE_IN_EFFECT | Date(10) | DATE | 01/27/2000 RML Added "As of date" label 03/23/2004 SFC Added PRICE_LIST_DATE label 06/04/2004 SFC Added PRODUCT_PRICE_DAT label |
5 | DATE_OBSOLETE | Date(10) | DATE | Obsolete Date |
6 | DTTM_IN_EFFECT | DateTime(26) | TIMESTAMP | Effective Date-Time |
7 | DTTM_OBSOLETE | DateTime(26) | TIMESTAMP | Obsolete Date-Time |
8 | QTY_PER | Number(10,4) | DECIMAL(9,4) NOT NULL | Quantity |
9 | QTY_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Per
ASY=Assembly ORD=Order Default Value: ASY |
10 | OPTIONAL_SHIP | Character(1) | VARCHAR2(1) NOT NULL |
OK to Ship Without
Y/N Table Edit Default Value: N |
11 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage Prompt Table: PRODKIT_UOM_VW |
12 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL |
Sequence
Default Value: 1 |
13 | VAT_KIT_PCT | Number(3,0) | SMALLINT NOT NULL | % of Kit Value for VAT |
14 | TEXT254 | Character(254) | VARCHAR2(254) NOT NULL | Text |
15 | COMP_PRC_PCT | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Contract Price % |
16 | MAX_QTY_PER | Number(10,4) | DECIMAL(9,4) NOT NULL | Maximum allowable quantity for a kit component |
17 | MIN_QTY_PER | Number(10,4) | DECIMAL(9,4) NOT NULL | Minimum allowable quantity for a kit component |