[Home] [Help]
[Dependency Information]
Object Name: | PV_GE_PARTY_NOTIFICATIONS |
---|---|
Object Type: | TABLE |
Owner: | PV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PV_GE_PARTY_NOTIFICATIONS is PRM's one of the Global Entitiy tables. It stores details of notifications that are sent to a given partner in the context of a given entity.
Programs entity uses this table to capture the details of various notifications sent to a given partner in the program enrollment process.
ARC_NOTIF_FOR_ENTITY_CODE stores the entity code, and NOTIF_FOR_ENTITY_ID stores the entity identifier.
NOTIF_TYPE_CODE identifies the type of notification, like Welcome, Thank You, etc.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PV_GE_PARTY_NOTIFICATIONS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PV_GE_PARTY_NOTFICATIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PV_GE_PARTY_NOTIFICATIONS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PV_GE_PARTY_NOTIFICATIONS_U1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARTY_NOTIFICATION_ID | NUMBER | Yes | Unique Identifier | |
NOTIFICATION_ID | NUMBER | Yes | Foreign key to worklfow notification id | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for locking purposes |
PARTNER_ID | NUMBER | Foreign to Partner Relationship Organization Id to which notification is sent | ||
RECIPIENT_USER_ID | NUMBER | Yes | User Id who received the notfication | |
NOTIF_FOR_ENTITY_ID | NUMBER | Yes | Entity Code in whose context notification is being sent - Lookup | |
ARC_NOTIF_FOR_ENTITY_CODE | VARCHAR2 | (30) | Entify id in whose context notification is being sent - Foreign key | |
NOTIF_TYPE_CODE | VARCHAR2 | (30) | Notification Type - Lookup | |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
CREATION_DATE | DATE | Yes | Standard WHO column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_NOTIFICATION_ID
, NOTIFICATION_ID
, OBJECT_VERSION_NUMBER
, PARTNER_ID
, RECIPIENT_USER_ID
, NOTIF_FOR_ENTITY_ID
, ARC_NOTIF_FOR_ENTITY_CODE
, NOTIF_TYPE_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PV.PV_GE_PARTY_NOTIFICATIONS;
PV.PV_GE_PARTY_NOTIFICATIONS does not reference any database object
PV.PV_GE_PARTY_NOTIFICATIONS is referenced by following:
|
|
|