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


TABLE: APPLSYS.WF_MAILER_PARAMETERS

Object Details
Object Name: WF_MAILER_PARAMETERS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.WF_MAILER_PARAMETERS
Subobject Name:
Status: VALID


Table to hold configuration information for the
Oracle Workflow Notification Mailer


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WF_MAILER_PARAMETERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnNAME
ColumnPARAMETER
Columns
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
Query Text

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;

Dependencies

[top of page]

APPLSYS.WF_MAILER_PARAMETERS does not reference any database object

APPLSYS.WF_MAILER_PARAMETERS is referenced by following:

SchemaAPPLSYS
ViewWF_MAILER_PARAMETERS#