EOEP_FORM_RANGE(SQL Table) |
Index Back |
---|---|
Pricing Formula Range RecordPrice Rule's Pricing Formula Range Record |
# | 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 | EOEP_RULE_ID | Character(30) | VARCHAR2(30) NOT NULL |
Price Rule ID
Prompt Table: EOEP_RULE |
3 | EOEP_RANGE_ID | Number(10,0) | DECIMAL(10) NOT NULL | Range ID |
4 | PRICE_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Pricing type
P=Extended Price Q=Quantity V=Volume W=Weight |
5 | EOEP_MIN_AMOUNT | Signed Number(19,4) | DECIMAL(17,4) NOT NULL | Minimum Amount |
6 | EOEP_MAX_AMOUNT | Signed Number(19,4) | DECIMAL(17,4) NOT NULL | Maximum Amount |