PON_SUPPLIER_ACTIVITIES_HEADER

PON_SUPPLIER_ACTIVITIES_HEADER will contain a row for each distinct activity performed by a Supplier User on the Negotiation as he/she navigates through the bidding flow.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_SUPPLIER_ACTIVITIES_H_PK

AUCTION_HEADER_ID_ORIG_AMEND, TRADING_PARTNER_ID

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.
TRADING_PARTNER_ID NUMBER 18 Yes Identifier of the Supplier whose user last performed this activity.
LAST_ACTIVITY_CODE VARCHAR2 30 Abbreviated code designating the activity performed. From FND_LOOKUPS with LOOKUP_TYPE = ''PON_SUPPLIER_ACTIVITY''
LAST_ACTIVITY_TIME TIMESTAMP Datetime the last activity was performed by the user.
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.

Indexes

Index Uniqueness Tablespace Columns
PON_SUPP_ACTIV_HEADER_U1 Unique Default AUCTION_HEADER_ID_ORIG_AMEND, TRADING_PARTNER_ID