[Home] [Help]
[Dependency Information]
| Object Name: | CN_RULE_ATTR_EXPRESSION_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | CN |
| FND Design Data: | CN.CN_RULE_ATTR_EXPRESSION_ALL
|
| Subobject Name: | |
| Status: | VALID |
This table is used to store the expressions built using the rule attribute for a rule
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CN_RULE_ATTR_EXPRESSION_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
RULE_ATTR_EXPRESSION_ID
ORG_ID
|
| CN_RULE_ATTR_EXPRESSION_ALL_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
RULE_ATTR_EXPRESSION_ID
OPERAND_EXPRESSION_ID
ORG_ID
|
| CN_RULE_ATTR_EXPRESSION_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
RULE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_ATTR_EXPRESSION_ID | NUMBER | (15) | Yes | Unique identifier for each expression |
| OPERAND1 | NUMBER | (15) | Yes | Every expression must have at least two operands and one operator. This column holds the first operand. |
| OPERAND2 | NUMBER | (15) | Yes | Every expression must have at least two operands and one operator. This column holds the second operand. |
| OPERATOR | NUMBER | (1) | Yes | Every expression must have at least two operands and one operator. This column holds the operator. |
| RULE_ID | NUMBER | (15) | Yes | The rule for which this expression is being built. |
| OPERAND_EXPRESSION_ID | NUMBER | (15) | Yes | Not used |
| OPERAND1_RA_RAE_FLAG | VARCHAR2 | (3) | This column indicates if the first operand is a rule attribute or an expression. | |
| OPERAND2_RA_RAE_FLAG | VARCHAR2 | (3) | This column indicates if the second operand is a rule attribute or an expression. | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| ORG_ID | NUMBER | (15) | Organization identifier | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | This column is used for locking purposes | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ATTR_EXPRESSION_ID
, OPERAND1
, OPERAND2
, OPERATOR
, RULE_ID
, OPERAND_EXPRESSION_ID
, OPERAND1_RA_RAE_FLAG
, OPERAND2_RA_RAE_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ORG_ID
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
FROM CN.CN_RULE_ATTR_EXPRESSION_ALL;
CN.CN_RULE_ATTR_EXPRESSION_ALL does not reference any database object
CN.CN_RULE_ATTR_EXPRESSION_ALL is referenced by following:
CN
CN_RULE_ATTR_EXPRESSION_ALL#
|
|
|
|