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


TABLE: PV.PV_STATUS_NOTIFICATIONS

Object Details
Object Name: PV_STATUS_NOTIFICATIONS
Object Type: TABLE
Owner: PV
FND Design Data: TablePV.PV_STATUS_NOTIFICATIONS
Subobject Name:
Status: VALID


PV_STATUS_NOTIFICATIONS stores the Opportunity Statuses and Assignment Statuses used for sending the notifications to the Partners,Channel Managers and Account Managers.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PV_STATUS_NOTIFICATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS_NOTIFICATION_ID
PV_STATUS_NOTIFICATIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS_TYPE
ColumnSTATUS_CODE
PV_STATUS_NOTIFICATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS_CODE
Columns
Name Datatype Length Mandatory Comments
STATUS_NOTIFICATION_ID NUMBER (15) Yes Status notification identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
OBJECT_VERSION_NUMBER NUMBER (15) Yes Object version number
STATUS_TYPE VARCHAR2 (60) Yes Type of status, ex: Assignment,Opportunity
STATUS_CODE VARCHAR2 (30) Yes Status code, ex: CM_APPROVED
SECURITY_GROUP_ID NUMBER (15)
Security group identifier
ENABLED_FLAG VARCHAR2 (1) Yes Indicates whether the record is enabled or not
NOTIFY_PT_FLAG VARCHAR2 (1)
Partner notification flag, Y - if the partner is notified
NOTIFY_CM_FLAG VARCHAR2 (1)
Channel Manager notification flag, Y - if the Channel Manager is notified
NOTIFY_AM_FLAG VARCHAR2 (1)
Account manager notification flag, Y - if the Account manager is notified
NOTIFY_OTHERS_FLAG VARCHAR2 (1)
Set to Y, if the notfication is sent the member of the sales team to whom the notification was not yet sent
Query Text

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


SELECT STATUS_NOTIFICATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      STATUS_TYPE
,      STATUS_CODE
,      SECURITY_GROUP_ID
,      ENABLED_FLAG
,      NOTIFY_PT_FLAG
,      NOTIFY_CM_FLAG
,      NOTIFY_AM_FLAG
,      NOTIFY_OTHERS_FLAG
FROM PV.PV_STATUS_NOTIFICATIONS;

Dependencies

[top of page]

PV.PV_STATUS_NOTIFICATIONS does not reference any database object

PV.PV_STATUS_NOTIFICATIONS is referenced by following:

SchemaAPPS
SynonymPV_STATUS_NOTIFICATIONS