DBA Data[Home] [Help] [Dependency Information]


TABLE: PON.PON_NEG_TEAM_MEMBERS

Object Details
Object Name: PON_NEG_TEAM_MEMBERS
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.PON_NEG_TEAM_MEMBERS
Subobject Name:
Status: VALID


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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_NEG_TEAM_MEMBERS_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUCTION_HEADER_ID
ColumnUSER_ID
ColumnLIST_ID
PON_NEG_TEAM_MEMBER_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_ID
Columns
Name Datatype Length Mandatory Comments
AUCTION_HEADER_ID NUMBER

Auction header id
LIST_ID NUMBER

Template id
USER_NAME VARCHAR2 (100)
Fnd user name. In R12, please don't use this column, use user_id instead.
MENU_NAME VARCHAR2 (30)
Roles that this user is assigned from fnd_menus
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 DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
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.
USER_ID NUMBER

User id from fnd_user
LAST_NOTIFIED_DATE DATE

Date and time as which the user was last notified.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT AUCTION_HEADER_ID
,      LIST_ID
,      USER_NAME
,      MENU_NAME
,      MEMBER_TYPE
,      APPROVER_FLAG
,      APPROVAL_STATUS
,      TASK_NAME
,      TARGET_DATE
,      COMPLETION_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_AMENDMENT_UPDATE
,      MODIFIED_FLAG
,      USER_ID
,      LAST_NOTIFIED_DATE
FROM PON.PON_NEG_TEAM_MEMBERS;

Dependencies

[top of page]

PON.PON_NEG_TEAM_MEMBERS does not reference any database object

PON.PON_NEG_TEAM_MEMBERS is referenced by following:

SchemaPON
ViewPON_NEG_TEAM_MEMBERS#