PON_BUYER_ACTIVITIES

This table is created to capture the buyer activities as they occur. This table will store historical information about the activities that are relevant to Recent Activities region.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_BUYER_ACTIVITIES_PK

AUCTION_HEADER_ID, ACTIVITY_CODE, NEG_TEAM_MEMBER_ID

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Identifier
ACTIVITY_CODE VARCHAR2 60 Yes Type of Activity Performed by Buyer. The possible values for this column are based on the PON_BUYER_RECENT_ACTIVITY lookup.
NEG_TEAM_MEMBER_ID NUMBER 18 Yes Person Id of Collaboration Team member.
ACTIVITY_DATE DATE Date of buyer activity
ACTIVITY_OWNER_ID NUMBER 18 Person Id of the Collbaoration Team member
DISABLE_FLAG VARCHAR2 1 Yes Indicates if the activity should be reported on the UI for recent activities region.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_BUYER_ACTIVITIES pon_auction_headers_all AUCTION_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_BUYER_ACTIVITIES_U1 Unique Default AUCTION_HEADER_ID, ACTIVITY_CODE, NEG_TEAM_MEMBER_ID