PON_BID_ATTR_VALUES_INTERFACE

PON_BID_ATTR_VALUES_INTERFACE temporarily stores responses to item attributes that uploaded 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_BID_ATTR_VALUES_INTERF_PK

INTERFACE_BID_ATTR_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch ID
INTERFACE_LINE_ID NUMBER Yes Interface line ID
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Identifier
BID_NUMBER NUMBER 18 Yes Bid Number
LINE_NUMBER NUMBER Reference to Negotiation Line Number
ATTRIBUTE_NAME VARCHAR2 4000 Yes Attibute name
DATATYPE VARCHAR2 3 Attribute value datatype
VALUE VARCHAR2 4000 Attribute 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.
SEQUENCE_NUMBER NUMBER The sequence number of this attribute.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
WORKSHEET_NAME VARCHAR2 80 Worksheet name in which this column appears during XML spreadsheet upload.
WORKSHEET_SEQUENCE_NUMBER NUMBER Sequence number of the worksheet. This is used to sort the errors from middle tier and pl/sql layer.
GROUP_NAME VARCHAR2 240 Attribute Group Name
BID_LINE_NUMBER NUMBER Reference to Bid Line Number
INTERFACE_BID_ATTR_VALUE_ID NUMBER Yes Unique Identifier for the row

Indexes

Index Uniqueness Tablespace Columns
PON_BID_ATTR_VALUES_INT_N1 Non Unique Default BATCH_ID, LINE_NUMBER, SEQUENCE_NUMBER
PON_BID_ATTR_VALUES_INT_N2 Non Unique Default BATCH_ID, AUCTION_HEADER_ID, BID_NUMBER
PON_BID_ATTR_VALUES_INT_U1 Unique Default INTERFACE_BID_ATTR_VALUE_ID