RA_OFFR_PRD_VW(SQL View) |
Index Back |
---|---|
New product viewview of active products available for selection by offers |
SELECT DISTINCT a.setid ,a.product_id ,a.descr FROM PS_PROD_ITEM a WHERE eff_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | 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 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Default Value: NEXT |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |