PON_NEG_AUDIT_ACTIVITIES

This table is created to capture the activities related to negotiation life cycle as they occur for buyer user.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APP_TS_TX_DATA

Primary Key

Name Columns

PON_NEG_AUDIT_ACTIVITIES_PK

AUDIT_ID

Columns

Name Datatype Length Precision Not-null Comments
AUDIT_ID NUMBER 18 Yes System-generated unique Identifier
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.
AUCTION_HEADER_ID_ORIG_ROUND NUMBER 18 Yes Contains the identifier of the first negotiation in a series of rounds. If this is the first in the series, then it is the same as the identifier of the negotiation.
AUCTION_HEADER_ID NUMBER 18 Yes Value that uniquely identifies the negotiation.
ACTIVITY_PERSON_ID NUMBER 18 Yes Identifier of the Person Id who performed the activity.
ACTIVITY_CODE VARCHAR2 30 Yes Abbreviated code designating the activity performed by Buyer from FND_LOOKUPS with LOOKUP_TYPE = 'PON_NEG_AUDIT_ACTIVITY'
ACTIVITY_TIME TIMESTAMP Timestamp of the activity when performed
BID_NUMBER NUMBER 18 Bid number associated with response against which user last performed this activity.
TRADING_PARTNER_ID NUMBER 18 Identifier of the Supplier against whom user last performed this activity. For example, It captures the supplier who was locked or unlocked by the Category manager
PERSON_ID NUMBER 18 Identifier of the Person who was reassigned as the new owner of the negotiation.
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.
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.
CHANGE_REFERENCE VARCHAR2 2000 This column is used store change reference, if any, for the corresponding activity.

Indexes

Index Uniqueness Tablespace Columns
PON_NEG_AUDIT_ACTIVITIES_N1 Non Unique Default AUCTION_HEADER_ID_ORIG_AMEND, ACTIVITY_PERSON_ID
PON_NEG_AUDIT_ACTIVITIES_N2 Non Unique Default AUCTION_HEADER_ID_ORIG_AMEND, ACTIVITY_CODE
PON_NEG_AUDIT_ACTIVITIES_U1 Unique Default AUDIT_ID