[Home] [Help]
[Dependency Information]
| Object Name: | CN_RULE_ATTR_EXPRESSION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_ATTR_EXPRESSION_ID | NUMBER | (15) | Yes | Rule Attribute Expression ID |
| OPERAND1 | NUMBER | (15) | Yes | Operand 1 |
| OPERAND2 | NUMBER | (15) | Yes | Operand 2 |
| OPERATOR | NUMBER | (1) | Yes | Operator |
| OPERATOR_DISP | VARCHAR2 | (3) | Operator Display | |
| RULE_ID | NUMBER | (15) | Yes | Rule ID |
| OPERAND_EXPRESSION_ID | NUMBER | (15) | Yes | Operand Expression ID |
| OPERAND1_RA_RAE_FLAG | VARCHAR2 | (3) | Rule Attribute Flag1 | |
| OPERAND2_RA_RAE_FLAG | VARCHAR2 | (3) | Rule Attribute Flag2 | |
| OPERAND1_DISP | VARCHAR2 | (4000) | Operand 1 Description | |
| OPERAND2_DISP | VARCHAR2 | (4000) | Operand 2 Description | |
| RESULT_DISP | VARCHAR2 | (4000) | Result |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ATTR_EXPRESSION_ID
, OPERAND1
, OPERAND2
, OPERATOR
, OPERATOR_DISP
, RULE_ID
, OPERAND_EXPRESSION_ID
, OPERAND1_RA_RAE_FLAG
, OPERAND2_RA_RAE_FLAG
, OPERAND1_DISP
, OPERAND2_DISP
, RESULT_DISP
FROM APPS.CN_RULE_ATTR_EXPRESSION_V;
APPS
CN_API
- show dependent code
CN_RULE_ATTR_EXPRESSION
APPS.CN_RULE_ATTR_EXPRESSION_V is not referenced by any database object
|
|
|
|