PON_LINE_ICF_SUMMARY
This table stores the summarized total of 3 pricing basis for a given supplier and negotiation line.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_LINE_ICF_SUMMARY_PK |
SUPPLIER_LINE_ICF_SUMMARY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SUPPLIER_LINE_ICF_SUMMARY_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. | |
| SUPPLIER_SEQUENCE | NUMBER | 18 | Yes | The sequence of supplier/site when added to suppliers table | |
| TOTAL_FIXED_ICF_LINE_COST | NUMBER | Total Internal Cost Factor value of Pricing Basis Fixed Amount. | |||
| TOTAL_PER_UNIT_ICF_LINE_COST | NUMBER | Total Internal Cost Factor value of Pricing Basis Per Unit. | |||
| TOTAL_PERCENT_ICF_LINE_COST | NUMBER | Total Internal Cost Factor value of Pricing Basis Percentage. | |||
| IS_ICF_VALUE_CHANGED | VARCHAR2 | 1 | A flag to indicate whether the Internal Cost Factor value has been changed for this supplier and negotiation line. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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_LINE_ICF_SUMMARY | pon_auction_headers_all | AUCTION_HEADER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_LINE_ICF_SUMMARY_U1 | Unique | Default | SUPPLIER_LINE_ICF_SUMMARY_ID |
| PON_LINE_ICF_SUMMARY_U2 | Unique | Default | AUCTION_HEADER_ID, LINE_NUMBER, SUPPLIER_SEQUENCE |