PON_BACKING_REQ_HISTORY

PON_BACKING_REQ_HISTORY stores the back up of records in PON_BACKING_REQUISITIONS when award is reopened.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_BACKING_REQ_HIST_PK

AUCTION_HEADER_ID, LINE_NUMBER, REQUISITION_LINE_ID, REOPEN_AWARD_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Value that uniquely identifies the negotiation.
LINE_NUMBER NUMBER Yes Auction Line number
REQUISITION_HEADER_ID NUMBER 18 Requisition Header id
REQUISITION_LINE_ID NUMBER 18 Yes Requisition Line Id
REQUISITION_QUANTITY NUMBER Requisition Quantity
REQUISITION_NUMBER VARCHAR2 64 Requisition Number
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.
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_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.
REOPEN_AWARD_NUMBER NUMBER 5 Yes Number of times award has been reopened.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_BACKING_REQ_HISTORY pon_auction_item_prices_all AUCTION_HEADER_ID, LINE_NUMBER
PON_BACKING_REQ_HISTORY por_requisition_headers_all REQUISITION_HEADER_ID
PON_BACKING_REQ_HISTORY por_requisition_lines_all REQUISITION_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
PON_BACKING_REQ_HISTORY_U1 Unique Default AUCTION_HEADER_ID, LINE_NUMBER, REQUISITION_LINE_ID, REOPEN_AWARD_NUMBER