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


TABLE: APPLSYS.WF_NTF_SECURITY_POLICIES

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


Table for storing the security policies


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
POLICY_NAME VARCHAR2 (20) Yes Security Policy Name
EMAIL_ALLOWED VARCHAR2 (1) Yes Specifies whether email is allowed for the corresponding policy name
Query Text

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


SELECT POLICY_NAME
,      EMAIL_ALLOWED
FROM APPLSYS.WF_NTF_SECURITY_POLICIES;

Dependencies

[top of page]

APPLSYS.WF_NTF_SECURITY_POLICIES does not reference any database object

APPLSYS.WF_NTF_SECURITY_POLICIES is referenced by following:

SchemaAPPLSYS
ViewWF_NTF_SECURITY_POLICIES#