PON_SUPPLIER_ACCESS
PON_SUPPLIER_ACCESS will record the lock status for a supplier.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
PON_SUPPLIER_ACCESS_PK |
AUCTION_HEADER_ID_ORIG_AMEND, SUPPLIER_TRADING_PARTNER_ID, LOCK_DATE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AUCTION_HEADER_ID_ORIG_AMEND | NUMBER | 18 | Yes | Contains the identifier of the first negotiation in a series of amendments. If this is the first in the series, then it is the same as the identifier of the negotiation. | |
| SUPPLIER_TRADING_PARTNER_ID | NUMBER | 18 | Yes | Identifier of the Supplier who is being locked or granted access. | |
| LOCK_DATE | DATE | Yes | Date and time on which the supplier was locked or granted access to the negotiation. | ||
| LOCK_STATUS | VARCHAR2 | 8 | Yes | Flag indicating if the supplier is locked from the negotiation or not. LOCK - indicates supplier is locked. UNLOCK - indicates supplier has been granted access. | |
| ACTIVE_FLAG | VARCHAR2 | 1 | Yes | Flag that indicates the most current record. Earlier records for the same supplier will have an 'N'. | |
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Identifier of the negotiation where the lock was initiated. | |
| LOCK_REASON | VARCHAR2 | 4000 | Free-form reason entered by the Buyer when performing the lock or grant action. | ||
| 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. | |
| 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. | |
| BUYER_PERSON_ID | NUMBER | 18 | Yes | Person id of the buyer who performed the action of locking or granting access. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_SUPPLIER_ACCESS | pon_auction_headers_all | AUCTION_HEADER_ID_ORIG_AMEND |
| PON_SUPPLIER_ACCESS | pon_auction_headers_all | AUCTION_HEADER_ID |
| PON_SUPPLIER_ACCESS | hz_parties | SUPPLIER_TRADING_PARTNER_ID |
| PON_SUPPLIER_ACCESS | per_persons | BUYER_PERSON_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_SUPPLIER_ACCESS_U1 | Unique | Default | AUCTION_HEADER_ID_ORIG_AMEND, SUPPLIER_TRADING_PARTNER_ID, LOCK_DATE |