EOEP_LST_CUR_VW(SQL View) |
Index Back |
---|---|
Price list search by currencyUsed to select all price lists having a certain currency code for price list maintenance (excel) |
SELECT DISTINCT SETID , PRICE_LIST_ID , CURRENCY_CD FROM PS_EOEP_PRCLST_HDR |
# | 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_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | PRICE_LIST_ID | Character(10) | VARCHAR2(10) NOT NULL | Price List ID |
3 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Currency Code value. |