FND_NTF_RECIPIENT

Table for caching the recipients preferences

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_NTF_RECIPIENT_PK

RECIPIENT_ID

Columns

Name Datatype Length Precision Not-null Comments
RECIPIENT_ID NUMBER 18 Yes Primary identifier of the entity
APP_MODULE_ID NUMBER 18 Yes Foreign key to the fnd_ntf_app_module table
USER_NAME VARCHAR2 256 Yes Alias or any unique identifier for the recipient
IS_ACTIVE VARCHAR2 1 Yes Used as pause and resume or enable or disable switch.
PREFERENCE_JSON CLOB Yes Structured (versioned) JSON object describing the recepients preference
PREFERENCE_EXPIRY_DATE TIMESTAMP Yes The expiry date & time for content in the PREFERENCE_JSON column.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FND_NTF_RECIPIENT_U1 Unique Default RECIPIENT_ID
FND_NTF_RECIPIENT_U2 Unique Default APP_MODULE_ID, USER_NAME