[Home] [Help]
[Dependency Information]
| Object Name: | WF_MAILER_TAGS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.WF_MAILER_TAGS
|
| Subobject Name: | |
| Status: | VALID |
Table to "TAG" information to assist the notification mailer to filter
unsolicited and unwanted incoming emails
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WF_MAILER_TAGS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAME
TAG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (12) | Yes | Instance name for the mailer |
| TAG_ID | NUMBER | Yes | Numeric ID for a tag within a mailer instance | |
| ACTION | VARCHAR2 | (8) | The action for the mailer to take on matching a PATTERN | |
| PATTERN | VARCHAR2 | (200) | The pattern to search for in the incoming email | |
| ALLOW_RELOAD | VARCHAR2 | (1) | Flag to indicate if the mailer can reload the parameter at runtime | |
| SECURITY_GROUP_ID | VARCHAR2 | (32) | identifier reserved for hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, TAG_ID
, ACTION
, PATTERN
, ALLOW_RELOAD
, SECURITY_GROUP_ID
FROM APPLSYS.WF_MAILER_TAGS;
APPLSYS.WF_MAILER_TAGS does not reference any database object
APPLSYS.WF_MAILER_TAGS is referenced by following:
APPS
WF_MAILER_TAGS
|
|
|
|