RF_IPRD_CAP_VW(SQL View) |
Index Back |
---|---|
Installed Prod Cust order Vwprompt for installed products by Customer order (Capture ID) |
SELECT DISTINCT A.SETID , B.BO_NAME_DISPLAY , A.CAPTURE_ID FROM PS_RF_INST_PROD A , PS_BO_NAME B WHERE A.BO_ID_CUST = B.BO_ID AND B.PRIMARY_IND = 'Y' AND A.CAPTURE_ID <> ' ' |
# | 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 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
3 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL | Field use to store the capture ID in order capture. |