[Home] [Help]
[Dependency Information]
| Object Name: | WF_MAILER_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.WF_MAILER_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
Table to hold configuration information for the
Oracle Workflow Notification Mailer
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WF_MAILER_PARAMETERS_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
NAME
PARAMETER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (12) | Yes | Instance name for the maile |
| PARAMETER | VARCHAR2 | (30) | Yes | Name for the parameter |
| VALUE | VARCHAR2 | (200) | Value of theparameter | |
| REQUIRED | VARCHAR2 | (1) | Flag to indicate if the parameter is required or manditory | |
| CB | VARCHAR2 | (60) | Call back function to validate the value of the parameter | |
| 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
, PARAMETER
, VALUE
, REQUIRED
, CB
, ALLOW_RELOAD
, SECURITY_GROUP_ID
FROM APPLSYS.WF_MAILER_PARAMETERS;
APPLSYS.WF_MAILER_PARAMETERS does not reference any database object
APPLSYS.WF_MAILER_PARAMETERS is referenced by following:
APPLSYS
WF_MAILER_PARAMETERS#
|
|
|
|