PON_NEG_TEAM_MEMBERS_

PON_NEG_TEAM_MEMBERS stores details of Collaboration Team members in a negotiation or template. Each row includes specific information about the Collaboration Team members such as auction header id, template id, user name, menu name and collaboration related information.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_NEG_TEAM_MEMBERS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, AUCTION_HEADER_ID, SEQUENCE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Auction header id
MEMBER_TYPE VARCHAR2 1 The flag to indicates member type. Valid values are C- Creator, M-Manger, N-Any other member.
APPROVER_FLAG VARCHAR2 1 The flag to indicates whether this member is an approver
APPROVAL_STATUS VARCHAR2 25 The approval status: APPROVED or REJECTED
TASK_NAME VARCHAR2 4000 Task name
TARGET_DATE DATE Target date for a member to complete his assigned task
COMPLETION_DATE DATE Date when a member completes his assigned task
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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_AMENDMENT_UPDATE NUMBER Amendent number when the record was last modified.
MODIFIED_FLAG VARCHAR2 1 Y/N flag to indicate if the record was modified between rounds/amendments.
LAST_NOTIFIED_DATE TIMESTAMP Date and time as which the user was last notified.
OBJECT_VERSION_NUMBER NUMBER 9 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ACCESS_TYPE VARCHAR2 30 Can have values 'FULL' or 'VIEW_ONLY' indicating user access
PERSON_ID NUMBER 18 Person Id
SEQUENCE_NUMBER NUMBER Yes Sequence number.
PRICE_VISIBLE_FLAG VARCHAR2 1 A flag to indicate whether the pricing information on response documents should be available to the team when evaluating responses.
SUPPLIER_MSGING_CODE VARCHAR2 30 This column can have values 'SEND_AND_RECEIVE', 'RECEIVE_ONLY' and 'NONE' indicating supplier messaging access to collaboration team members.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
PON_NEG_TEAM_MEMBERS_N1_ Non Unique Default AUCTION_HEADER_ID, SEQUENCE_NUMBER
PON_NEG_TEAM_MEMBERS_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, AUCTION_HEADER_ID, SEQUENCE_NUMBER