PON_AWARD_ALLOCATIONS_HISTORY

PON_AWARD_ALLOCATIONS_HISTORY stores the back up of records in PON_AWARD_ALLOCATIONS when award is reopened.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_AWARD_ALLOC_HIST_PK

ORIG_REQ_LINE_ID, BID_LINE_NUMBER, BID_NUMBER, REOPEN_AWARD_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Negotiation reference for the allocation
BID_NUMBER NUMBER 18 Yes Bid reference for the allocation
BID_LINE_NUMBER NUMBER Yes Bid Line reference for the allocation
ORIG_REQ_LINE_ID NUMBER 18 Yes Original requisition line Id allocated to
ORIG_REQ_HEADER_ID NUMBER 18 Yes Original Requisition Header Id allocated to
ALLOCATED_QTY NUMBER Quantity allocated to Requisition line
SPLIT_REQ_LINE_ID NUMBER 18 New Requisition Line Id after Requisition split
AUCTION_LINE_NUMBER NUMBER Yes Line number of the negotiation line
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.
REOPEN_AWARD_NUMBER NUMBER 5 Yes Number of times award has been reopened.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_AWARD_ALLOCATIONS_HISTORY pon_auction_headers_all AUCTION_HEADER_ID
PON_AWARD_ALLOCATIONS_HISTORY pon_bid_item_prices BID_NUMBER, BID_LINE_NUMBER
PON_AWARD_ALLOCATIONS_HISTORY por_requisition_lines_all ORIG_REQ_LINE_ID
PON_AWARD_ALLOCATIONS_HISTORY por_requisition_headers_all ORIG_REQ_HEADER_ID
PON_AWARD_ALLOCATIONS_HISTORY por_requisition_lines_all SPLIT_REQ_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
PON_AWARD_ALLOC_HIST_N1 Non Unique Default AUCTION_HEADER_ID, BID_LINE_NUMBER, BID_NUMBER, REOPEN_AWARD_NUMBER
PON_AWARD_ALLOC_HIST_U1 Unique Default ORIG_REQ_LINE_ID, BID_LINE_NUMBER, BID_NUMBER, REOPEN_AWARD_NUMBER