PC_TIER_DTL(SQL Table) |
Index Back |
|---|---|
Tiered Pricing Line DetailTiered Pricing detail with tier break ranges and adjustment percentages. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(25) | VARCHAR2(25) NOT NULL |
Contract
Default Value: PC_TIER.CONTRACT_NUM |
|
| 2 | Number(3,0) | SMALLINT NOT NULL |
Contract Line Num
Default Value: PC_TIER.CONTRACT_LINE_NUM |
|
| 3 | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number | |
| 4 | Character(10) | VARCHAR2(10) NOT NULL |
Transaction Identifier
Prompt Table: PC_TRANS_ID |
|
| 5 | Number(3,0) | SMALLINT NOT NULL |
Line Number
Default Value: 1 |
|
| 6 | PC_BREAK_QTY_LOW | Number(15,2) | DECIMAL(14,2) NOT NULL | Low Quantity/Amount |
| 7 | PC_BREAK_QTY_HIGH | Number(15,2) | DECIMAL(14,2) NOT NULL | Upper Quantity/Amount |
| 8 | ADJUSTMENT_PCT | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Adjustment Percent |