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


TABLE: APPLSYS.FND_FORM_CUSTOM_RULES

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

The Rules for the form customizations. A rule must have 1 more more FND_FORM_CUSTOM_SCOPES and a rule may have 1 or more FND_FORM_CUSTOM_ACTIONS

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_FORM_CUSTOM_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
FND_FORM_CUSTOM_RULES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnFUNCTION_NAME
FND_FORM_CUSTOM_RULES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_TYPE
ColumnFUNCTION_NAME
FND_FORM_CUSTOM_RULES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_TYPE
ColumnFORM_NAME
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes A Generated Id for the table
FUNCTION_NAME VARCHAR2 (30) Yes The Function Name to apply the rule
DESCRIPTION VARCHAR2 (255) Yes A Summary of the Rule
TRIGGER_EVENT VARCHAR2 (30) Yes The Event to trigger the rule
TRIGGER_OBJECT VARCHAR2 (100)
The Object on which the TRIGGER_EVENT fires
CONDITION VARCHAR2 (2000)
A Condition toapply the rule
SEQUENCE NUMBER
Yes The Sequence in which the rule is applied
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who column
ENABLED VARCHAR2 (1) Yes Indicates if the Rule is enabled
FIRE_IN_ENTER_QUERY VARCHAR2 (1)
Inidicates if the Rule fires in Enter-Query mode
RULE_KEY VARCHAR2 (30)
Used for industry translations. Value is a combination of the industry id and language.
FORM_NAME VARCHAR2 (30)
The name of the form that has the personalization rule.
RULE_TYPE VARCHAR2 (1)
The type of rule for the personalization. Form or Function
Query Text

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


SELECT ID
,      FUNCTION_NAME
,      DESCRIPTION
,      TRIGGER_EVENT
,      TRIGGER_OBJECT
,      CONDITION
,      SEQUENCE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ENABLED
,      FIRE_IN_ENTER_QUERY
,      RULE_KEY
,      FORM_NAME
,      RULE_TYPE
FROM APPLSYS.FND_FORM_CUSTOM_RULES;

Dependencies

[top of page]

APPLSYS.FND_FORM_CUSTOM_RULES does not reference any database object

APPLSYS.FND_FORM_CUSTOM_RULES is referenced by following:

SchemaAPPS
SynonymFND_FORM_CUSTOM_RULES