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


TABLE: IBE.IBE_WF_NOTIF_MSG_MAPS

Object Details
Object Name: IBE_WF_NOTIF_MSG_MAPS
Object Type: TABLE
Owner: IBE
FND Design Data: TableIBE.IBE_WF_NOTIF_MSG_MAPS
Subobject Name:
Status: VALID


This table contains information about message mappings for each notification.
Notification message is mapped to Specialty Store, Operating Unit and Notification.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_WF_NOTIF_MSG_MAPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNOTIF_MSG_MAP_ID
IBE_WF_NOTIF_MSG_MAPS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNOTIFICATION_NAME
ColumnMSITE_ID
ColumnORG_ID
ColumnUSER_TYPE
IBE_WF_NOTIF_MSG_MAPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnNOTIF_SETUP_ID
Columns
Name Datatype Length Mandatory Comments
NOTIF_MSG_MAP_ID NUMBER
Yes Message mapping Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version Number for Locking.
CREATED_BY NUMBER
Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
NOTIF_SETUP_ID NUMBER
Yes Notification Setup Identifier
NOTIFICATION_NAME VARCHAR2 (30) Yes Workflow Notification Name
MSITE_ID NUMBER

Specialty Store Identifier
ORG_ID NUMBER

Operating Unit Identifier.
USER_TYPE VARCHAR2 (30)
User Type
MESSAGE_NAME VARCHAR2 (30)
Notification Message Name.
ENABLED_FLAG VARCHAR2 (3)
Flag to indicate whether the notification is enabled or not.
DEFAULT_MSG_MAP_FLAG VARCHAR2 (3)
Flag to Indicate whether the message mapping is default.
ALL_ORG_FLAG VARCHAR2 (3)
Flag to Indicate whether this message is applicable to all operating units.
ALL_MSITE_FLAG VARCHAR2 (3)
Flag to indicate whether the message is applicable to all Specialty Stores.
ALL_USER_TYPE_FLAG VARCHAR2 (3)
Flag to indicate whether message is applicable to all user types.
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
Query Text

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


SELECT NOTIF_MSG_MAP_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      NOTIF_SETUP_ID
,      NOTIFICATION_NAME
,      MSITE_ID
,      ORG_ID
,      USER_TYPE
,      MESSAGE_NAME
,      ENABLED_FLAG
,      DEFAULT_MSG_MAP_FLAG
,      ALL_ORG_FLAG
,      ALL_MSITE_FLAG
,      ALL_USER_TYPE_FLAG
,      SECURITY_GROUP_ID
FROM IBE.IBE_WF_NOTIF_MSG_MAPS;

Dependencies

[top of page]

IBE.IBE_WF_NOTIF_MSG_MAPS does not reference any database object

IBE.IBE_WF_NOTIF_MSG_MAPS is referenced by following:

SchemaAPPS
SynonymIBE_WF_NOTIF_MSG_MAPS