RBF_ARRA_PRD_VW(SQL View) |
Index Back |
|---|---|
PROD_ITEM viewPROD_ITEM view only used for search related product |
| SELECT A.SETID , A.PRODUCT_ID , A.DESCR , A.PRODUCT_KIT_FLAG , A.ARRANGEMENT_FLAG , A.MARKET FROM PS_RBF_PRD_DF_SRCH A WHERE A.ARRANGEMENT_FLAG = 'N' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | PRODUCT_KIT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Product Kit Flag
Y/N Table Edit Default Value: N |
| 5 | ARRANGEMENT_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
This field is to indicate whether an arrnagement is avilable on the product.
N=No Y=Yes Y/N Table Edit Default Value: N |
| 6 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |