PON_BID_PO_ORG_ASSIGNMENTS

PON_BID_PO_ORG_ASSIGNMENTS will store the org assignments for the Agreements being created from sourcing.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_BID_PO_ORG_ASSIGNMENT_PK

BID_NUMBER, PO_SEQUENCE_NUMBER, SEQUENCE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes AUCTION_HEADER_ID
BID_NUMBER NUMBER 18 Yes Bid Number
PO_SEQUENCE_NUMBER NUMBER Yes This is used to identify the Requisitions for the bid.
SEQUENCE_NUMBER NUMBER Yes Sequence Number that will take unique values generated from a sequence. This is unique.
REQ_BU_ID NUMBER 18 Yes Requisitioning Business Unit
ORDERED_LOCALLY_FLAG VARCHAR2 1 Ordered Locally Checkbox
SHIP_TO_LOCATION_ID NUMBER 18 Ship To Location ID
BILL_TO_LOCATION_ID NUMBER 18 Bill To Location ID
BILLTO_BU_ID NUMBER 18 Bill-to Business Unit unique identifier. Indicates the business unit which vouches the supplier invoices received for this purchase order.
ENABLED_FLAG VARCHAR2 1 Enabled status for the current org assignment of the Agreement.
VENDOR_SITE_ID NUMBER 18 Vendor Site ID of the Purchasing operating unit.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_BID_PO_ORG_ASSIGNMENTS pon_auction_headers_all AUCTION_HEADER_ID
PON_BID_PO_ORG_ASSIGNMENTS pon_bid_po_numbers BID_NUMBER, PO_SEQUENCE_NUMBER
PON_BID_PO_ORG_ASSIGNMENTS pon_bid_headers BID_NUMBER

Indexes

Index Uniqueness Tablespace Columns
PON_BID_PO_ORG_ASSIGN_N2 Non Unique Default AUCTION_HEADER_ID
PON_BID_PO_ORG_ASSIGN_U1 Unique Default BID_NUMBER, PO_SEQUENCE_NUMBER, SEQUENCE_NUMBER
PON_BID_PO_ORG_ASSIGN_U2 Unique Default BID_NUMBER, PO_SEQUENCE_NUMBER, REQ_BU_ID