PRODKIT_NOCA_VW(SQL View) |
Index Back |
---|---|
Product Marked as Kit ViewView of standard product kits. Configured product kits and contract only kits are excluded. |
SELECT A.SETID , A.PRODUCT_ID , A.DESCR , A.DESCR254 FROM PS_PROD_ITEM A WHERE A.PRODUCT_KIT_FLAG = 'Y' AND A.CFG_KIT_FLAG = 'N' AND A.PRODUCT_USE <> '2' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PRODKIT_NOCA_VW |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |