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


TABLE: APPLSYS.WF_SIGNATURE_POLICIES

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


table for storing the signature policies


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SIG_POLICY VARCHAR2 (255) Yes Sinature policy
SIG_REQUIRED VARCHAR2 (1) Yes If the signature is required for this sig policy
FWK_SIG_FLAVOR VARCHAR2 (255)
framework signature flavor
EMAIL_SIG_FLAVOR VARCHAR2 (255)
email signature flavour
RENDER_HINT VARCHAR2 (20)
hint on how to construct the text to be signed
VALIDATION_OFFSET_TIME NUMBER (5)
The offset time in hours to be added bfore validation
DEFAULT_POLICY VARCHAR2 (1)
new column Y/N to flag default policy
Query Text

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


SELECT SIG_POLICY
,      SIG_REQUIRED
,      FWK_SIG_FLAVOR
,      EMAIL_SIG_FLAVOR
,      RENDER_HINT
,      VALIDATION_OFFSET_TIME
,      DEFAULT_POLICY
FROM APPLSYS.WF_SIGNATURE_POLICIES;

Dependencies

[top of page]

APPLSYS.WF_SIGNATURE_POLICIES does not reference any database object

APPLSYS.WF_SIGNATURE_POLICIES is referenced by following:

SchemaAPPLSYS
ViewWF_SIGNATURE_POLICIES#