RT_FULFILL_VW(SQL View) |
Index Back |
---|---|
Fulfillment Setup tableTable contains the various Fulfillment types and descriptions for each product line. |
SELECT SETID , FULFILLMENT_ID , DESCR , DESCR254 , PRODUCT_ID FROM PS_RT_FULFILLMENT WHERE 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.
Prompt Table: SP_SETID_NONVW |
2 | FULFILLMENT_ID | Character(15) | VARCHAR2(15) NOT NULL | Fulfillment ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
5 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RSF_PROD_VW |