PON_AUC_ATTRIBUTES_INTERFACE

PON_AUC_ATTRIBUTES_INTERFACE temporarily stores negotiation attribute 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_ATTRIBUTES_INTERF_PK

BATCH_ID, AUCTION_HEADER_ID, INTERFACE_LINE_ID, SEQUENCE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch Id
INTERFACE_LINE_ID NUMBER Yes Inteface Line Id
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Id
AUCTION_LINE_NUMBER NUMBER Auction Line Number
SEQUENCE_NUMBER NUMBER Yes Sequence Number
ATTRIBUTE_NAME VARCHAR2 4000 Attribute Name
DATATYPE VARCHAR2 3 Data Type
RESPONSE_TYPE_NAME VARCHAR2 80 Response Type Name
RESPONSE_TYPE VARCHAR2 30 Response Type
DISPLAY_TARGET_FLAG VARCHAR2 1 Display Target Flag
TEXT_VALUE VARCHAR2 4000 Attribute value for a text/url type requirement/attribute.
NUMBER_VALUE NUMBER Attribute value for a number type requirement/attribute.
DATE_VALUE DATE Attribute value for a date type requirement/attribute.
GROUP_NAME VARCHAR2 240 Attribute Group Name
SCORING_TYPE VARCHAR2 25 Scoring Type
WEIGHT NUMBER Stores the weight for Header attributes, otherwise null.
ATTR_MAX_SCORE NUMBER Stores the maximum score for Header attributes, otherwise null.
ATTR_GROUP_SEQ_NUMBER NUMBER Attribute group sequence number
ATTR_DISP_SEQ_NUMBER NUMBER Attribute display sequence number
SUB_LINE_SEQUENCE_NUMBER NUMBER Sub line sequence number of lines being updated/inserted.
IP_CATEGORY_ID NUMBER iP category id.
IP_DESCRIPTOR_ID NUMBER iP descriptor id.
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.
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.
KNOCKOUT_SCORE NUMBER Knockout score
SCORING_METHOD VARCHAR2 30 Scoring method (values will be NONE, MANUAL or AUTOMATIC).
TWO_PART_SECTION_TYPE VARCHAR2 30 Determines the classification of the section if the the section is created for a two part RFQ or Two part attribute list

Indexes

Index Uniqueness Tablespace Columns
PON_AUC_ATTRIBUTES_INT_N1 Non Unique Default BATCH_ID, INTERFACE_LINE_ID
PON_AUC_ATTR_INTERFACE_U1 Unique Default BATCH_ID, AUCTION_HEADER_ID, INTERFACE_LINE_ID, SEQUENCE_NUMBER