[Home] [Help]
[Dependency Information]
Object Name: | FND_FLEX_VALUE_RULE_LINES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_FLEX_VALUE_RULE_LINES stores rule elements for flexfield
value security rules. Each row includes values that identify the
security rule, a flag that indicates if the element is an include
or exclude rule element, and the high and low segment values that
make up the range included or excluded by the rule element.
FLEX_VALUE_SET_ID identifies the value set to which the rule
element applies. If the rule applies to a dependent value set,
PARENT_FLEX_VALUE_LOW contains the independent value the dependent
value depends upon. Oracle Application Object Library does not
use the PARENT_FLEX_VALUE_HIGH column. You need one row for each
rule element of each flexfield security rule. Oracle Application
Object Library uses this information to restrict access to certain
flexfield segment values.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_FLEX_VALUE_RULE_LINES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
FND_FLEX_VALUE_RULE_LINES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FLEX_VALUE_RULE_ID | NUMBER | (15) | Yes | The identifier of the flexfield value security rule |
FLEX_VALUE_SET_ID | NUMBER | (10) | Yes | Flexfield value set identifier |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
INCLUDE_EXCLUDE_INDICATOR | VARCHAR2 | (1) | Yes | Flag to indicate if the element is an include or exclude rule element |
FLEX_VALUE_LOW | VARCHAR2 | (60) | The low segment value for the range included or excluded by the rule element | |
FLEX_VALUE_HIGH | VARCHAR2 | (60) | The high segment value for the range included or excluded by the rule element | |
PARENT_FLEX_VALUE_LOW | VARCHAR2 | (60) | The independent value upon which the dependent value depends | |
PARENT_FLEX_VALUE_HIGH | VARCHAR2 | (60) | Not currently used | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FLEX_VALUE_RULE_ID
, FLEX_VALUE_SET_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, INCLUDE_EXCLUDE_INDICATOR
, FLEX_VALUE_LOW
, FLEX_VALUE_HIGH
, PARENT_FLEX_VALUE_LOW
, PARENT_FLEX_VALUE_HIGH
, ZD_EDITION_NAME
FROM APPLSYS.FND_FLEX_VALUE_RULE_LINES;
APPLSYS.FND_FLEX_VALUE_RULE_LINES does not reference any database object
APPLSYS.FND_FLEX_VALUE_RULE_LINES is referenced by following:
|
|
|