PON_BACKING_REQUISITIONS

PON_BACKING_REQUISITIONS stores the requisition_line_id (s) and certain other requisition line information for all the requisitions backing a negotiation item line.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_BACKING_REQUISTIONS_PK

AUCTION_HEADER_ID, LINE_NUMBER, REQUISITION_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Id
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.

Foreign Keys

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

Indexes

Index Uniqueness Tablespace Columns
PON_BACKING_REQUISITIONS_U1 Unique Default AUCTION_HEADER_ID, LINE_NUMBER, REQUISITION_LINE_ID
PON_BACKING_REQUISITIONS_N1 Non Unique PON_BACKING_REQUISITIONS_N1 REQUISITION_LINE_ID