PON_SUPPLIER_ICF_VALUES
This table stores the internal cost factor values which buyer applies to supplier/site combination.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_SUPPLIER_ICF_VALUES_PK |
SUPPLIER_ICF_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SUPPLIER_ICF_ID | NUMBER | 18 | Yes | Internal key generated from global sequence. | |
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Auction Header Id. | |
| LINE_NUMBER | NUMBER | 18 | Yes | Negotiation Line Number. For header internal cost factor, the value will be -1. | |
| SUPPLIER_SEQUENCE | NUMBER | 18 | Yes | The sequence of supplier/site when added to suppliers table. | |
| PRICE_ELEMENT_TYPE_ID | NUMBER | 18 | Yes | Price Element Type Id | |
| COST_FACTOR_VALUE | NUMBER | The internal cost factor value Buyer applies for a specific supplier/site | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_SUPPLIER_ICF_VALUES | pon_auction_headers_all | AUCTION_HEADER_ID |
| PON_SUPPLIER_ICF_VALUES | pon_price_element_types_b | PRICE_ELEMENT_TYPE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_SUPPLIER_ICF_VALUES_U1 | Unique | Default | SUPPLIER_ICF_ID |
| PON_SUPPLIER_ICF_VALUES_U2 | Unique | Default | AUCTION_HEADER_ID, LINE_NUMBER, SUPPLIER_SEQUENCE, PRICE_ELEMENT_TYPE_ID |