EOEP_LISTDTL_NT(SQL Table) |
Index Back |
---|---|
Price List Detail NoteProduct list price detail record associated with Product note. |
# | 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 | PRICE_LIST_ID | Character(10) | VARCHAR2(10) NOT NULL |
Price List ID
Prompt Table: EOEP_PRICE_LIST |
3 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
This field stores the Currency Code value.
Prompt Table: CURRENCY_CD_TBL |
4 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PRICSET_PROD_VW |
5 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
CS=Case EA=Each MHR=Muti Hourly PER=Percentage SQF=Square Footage Prompt Table: PROD_UOM |
6 | START_DT | Date(10) | DATE NOT NULL |
Start date field to store start date value.
Default Value: %date |
7 | PW_FREQUENCY | Character(2) | VARCHAR2(2) NOT NULL |
Recurring Frequency
00=Daily 05=Weekly 10=Monthly 15=Quarterly 20=Annually |
8 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL |
Sequence
Default Value: 0 Prompt Table: PROD_NOTE |