PON_AUC_ATTR_SCORES_INTERFACE
PON_AUC_ATTR_SCORES_INTERFACE temporarily stores negotiation requirement acceptable values information that the negotiation owner is uploading from a spreadsheet. Once the information is uploaded, the interface is processed and the errors are reported in PON_INTERFACE_ERRORS.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
PON_AUC_ATTR_SCORES_INTER_PK |
BATCH_ID, INTERFACE_LINE_ID, AUCTION_HEADER_ID, ATTRIBUTE_SEQUENCE_NUMBER, SEQUENCE_NUMBER |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BATCH_ID | NUMBER | 18 | Yes | Batch Id | |
| INTERFACE_LINE_ID | NUMBER | Yes | Spreadsheet row number | ||
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Negotiation header id | |
| AUCTION_LINE_NUMBER | NUMBER | Negotiation line number | |||
| ATTRIBUTE_SEQUENCE_NUMBER | NUMBER | Yes | Requirement/Attribute sequence number | ||
| SEQUENCE_NUMBER | NUMBER | Yes | Unique sequence for requirement/attribute scores | ||
| DISP_SEQ_NUMBER | NUMBER | Display sequence number for requirement/attribute scores | |||
| TEXT_VALUE | VARCHAR2 | 240 | Response value for a Text type requirement/attribute score | ||
| NUMBER_FROM_RANGE | NUMBER | Response Value From for a number type requirement/attribute score | |||
| NUMBER_TO_RANGE | NUMBER | Response Value To for a number type requirement/attribute score | |||
| DATE_FROM_RANGE | DATE | Response Value From for a Date type requirement/attribute score | |||
| DATE_TO_RANGE | DATE | Response Value To for a Date type requirement/attribute score | |||
| SCORE | NUMBER | Score value | |||
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_AUC_ATTR_SCORES_INTER_U1 | Unique | Default | BATCH_ID, INTERFACE_LINE_ID, AUCTION_HEADER_ID, ATTRIBUTE_SEQUENCE_NUMBER, SEQUENCE_NUMBER |