[Home] [Help]
[Dependency Information]
Object Name: | PV_GE_NOTIF_RULES_B |
---|---|
Object Type: | TABLE |
Owner: | PV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PV_GE_NOTIF_RULES_B is PRM's one of the Global Entitiy tables. It stores details of rules for sending different types of notifications for a given entity.
Programs entity uses this table to capture the details of rules for sending notifications for a given program in the enrollment process, viz.
Thank you Notification after submitting the enrollment application,
Welcome/Rejection Notification after partner's enrollment request is approved/rejcted,
Membership expiry Notification when the membership is due for renewal,
Contract not recieved Notification when the contract is yet to be received by partner for a given enrollment application.
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. WF_ITEM_TYPE_CODE identifies the workflow item type that will be activated for that notification.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PV_GE_NOTIF_RULES_B_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PV_GE_NOTIF_RULES_B_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
PV_GE_NOTIF_RULES_B_U1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NOTIF_RULE_ID | NUMBER | Yes | Unique Identifier | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for locking purposes |
ARC_NOTIF_FOR_ENTITY_CODE | VARCHAR2 | (30) | Yes | Entity Code for which notification rules are being created - lookup |
NOTIF_FOR_ENTITY_ID | NUMBER | Yes | Entity Id for which notification rules are being created - Foreign key | |
WF_ITEM_TYPE_CODE | VARCHAR2 | (30) | Workflow Item Type Code | |
NOTIF_TYPE_CODE | VARCHAR2 | (30) | Yes | Notification Type Code - Welcome/ThankYou/Contract Not Received/Expiry |
ACTIVE_FLAG | VARCHAR2 | (1) | Yes | Whether rule is active |
REPEAT_FREQ_UNIT | VARCHAR2 | (30) | Repeat Frequency Unit that will be used with Repeat Frequency Value to determine at which frequency notifications will be sent repeatively - Days/Months/Years - Lookup | |
REPEAT_FREQ_VALUE | NUMBER | Repeat Frequency Value that will be used with Repeat Frequency Unit to determine at which frequency notifications will be sent repeatively | ||
SEND_NOTIF_BEFORE_UNIT | VARCHAR2 | (30) | Send Notif Before Unit will be used along with Send Notif Before Value to determine how much before of an event, sending notifications will be started - Days/Months/Year - Lookup | |
REPEAT_UNTIL_VALUE | NUMBER | Repeat Until Value will be used along with Repeat Until Unit to determine until how long the notifications will be repeated | ||
SEND_NOTIF_AFTER_UNIT | VARCHAR2 | (30) | Send Notif After Unit will be used along with Send Notif After Value to determine how much after of an event, sending notifications will be started - Days/Months/Year - Lookup | |
SEND_NOTIF_AFTER_VALUE | NUMBER | Send Notif After Value will be used along with Send Notif After Unit to determine how much after of an event, sending notifications will be started | ||
REPEAT_UNTIL_UNIT | VARCHAR2 | (30) | Repeat Until Unit will be used along with Repeat Until Value to determine until how long the notifications will be repeated - Days/Months/Year - Lookup | |
SEND_NOTIF_BEFORE_VALUE | NUMBER | Send Notif Before Value will be used along with Send Notif Before Unit to determine how much before of an event, sending notifications will be started | ||
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 NOTIF_RULE_ID
, OBJECT_VERSION_NUMBER
, ARC_NOTIF_FOR_ENTITY_CODE
, NOTIF_FOR_ENTITY_ID
, WF_ITEM_TYPE_CODE
, NOTIF_TYPE_CODE
, ACTIVE_FLAG
, REPEAT_FREQ_UNIT
, REPEAT_FREQ_VALUE
, SEND_NOTIF_BEFORE_UNIT
, REPEAT_UNTIL_VALUE
, SEND_NOTIF_AFTER_UNIT
, SEND_NOTIF_AFTER_VALUE
, REPEAT_UNTIL_UNIT
, SEND_NOTIF_BEFORE_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PV.PV_GE_NOTIF_RULES_B;
PV.PV_GE_NOTIF_RULES_B does not reference any database object
PV.PV_GE_NOTIF_RULES_B is referenced by following:
|
|
|