[Home] [Help]
[Dependency Information]
| Object Name: | CZ_RULE_PARTICIPANTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_RULE_PARTICIPANTS_V
|
| Subobject Name: | |
| Status: | VALID |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_ID | NUMBER | (9) | Yes | Associates this record with a modelling Rule |
| RULE_FOLDER_ID | NUMBER | (9) | Yes | Locates this rule within a rule folder/sequence |
| RULE_FOLDER_TYPE | NUMBER | (9) | Indicates the type of rule folder in which this rule resides: 0 - standard rule folder; 1 - rule sequence. Denormalization from cz_rule_folders. Indicates whether this rule is in a standard rule folder or rule sequence. | |
| NAME | VARCHAR2 | (255) | The name of this object | |
| RULE_TYPE | NUMBER | (9) | Yes | 21 - Logic Rule; 22 - Numeric Rule; 23 - Compat Rule; 24 - Compat Table; 25 - Func Preselect; 26 - Func Validate; 27 - Comparison Rule; 28 - RULETYPE; 29 - Func Comp; 30 - Design Chart Rule |
| REASON_ID | NUMBER | (15) | Contains a reference to a CZ_LOCALIZED_TEXTS record containing a message to be presented to the user when this rule is violated | |
| DEVL_PROJECT_ID | NUMBER | (15) | Yes | Identifies the project/model associated with this record |
| INVALID_FLAG | VARCHAR2 | (1) | Yes | '1' indicates this rule is invalid; '0' indicates it is valid |
| DESC_TEXT | VARCHAR2 | (2000) | Descriptive text | |
| COMPONENT_ID | NUMBER | (15) | UNUSED | |
| REASON_TYPE | NUMBER | (9) | Indicates the type of message referenced by REASON_ID: 0 - Name of the rule; 1- a declarative statement; 2 - the description of the rule; 3 - custom rule type | |
| DISABLED_FLAG | VARCHAR2 | (1) | Yes | '1' indicates this rule is not to be used during runtime; default '0' indicates rule is active |
| EFFECTIVE_USAGE_MASK | VARCHAR2 | (16) | Yes | Hexadecimal-encoded bit map identifying Usages for which this record is INEFFECTIVE |
| SEQ_NBR | NUMBER | (9) | Yes | Provides an ordering among rules within a rule folder |
| EFFECTIVE_FROM | DATE | Date beginning on which this data is effective | ||
| EFFECTIVE_UNTIL | DATE | Date at which this data is no longer effective. Note this is EXCLUSIVE. | ||
| PERSISTENT_RULE_ID | NUMBER | (9) | Persistent ID (preserved in copies) of this rule | |
| EFFECTIVITY_SET_ID | NUMBER | (9) | Identifies the named effectivity set associated with this record | |
| UNSATISFIED_MSG_ID | NUMBER | FK to CZ_LOCALIZED_TEXTS. Holds description of rule to be used in displaying a message about the rule being unsatisfied. | ||
| UNSATISFIED_MSG_SOURCE | VARCHAR2 | (1) | Indicates where the message text comes from -- rule name (1), rule description (2), custom (3) or none (0). | |
| SIGNATURE_ID | NUMBER | In case of TEMPLATE_DEFINITION this points to the signature definition of the template | ||
| TEMPLATE_PRIMITIVE_FLAG | VARCHAR2 | (1) | In case of TEMPLATE_DEFINITION this field specifies whether this template is a primitive template: | |
| PRESENTATION_FLAG | VARCHAR2 | (1) | Presentation form of the rule: | |
| TEMPLATE_TOKEN | VARCHAR2 | (30) | In case of TEMPLATE_DEFINITION this field stores the token of the template. In case of function-like templates, template_token=name. | |
| RULE_TEXT | CLOB | (4000) | Rule text (Corresponding to old cz_rule_texts.text) | |
| NOTES | CLOB | (4000) | Notes about rule | |
| CLASS_NAME | VARCHAR2 | (2000) | Fully qualified FC class name | |
| INSTANTIATION_SCOPE | NUMBER | FC rule instantiation scope | ||
| MODEL_REF_EXPL_ID | NUMBER | For FC rule | ||
| MUTABLE_FLAG | VARCHAR2 | (1) | Default value of '0'. | |
| PARTICIPANT_NODE_ID | NUMBER | (15) | ||
| PARTICIPANT_EXPL_ID | NUMBER | |||
| PARTICIPANT_ROLE_LIST | VARCHAR2 | (49) | ||
| DETAILED_RULE_TYPE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ID
, RULE_FOLDER_ID
, RULE_FOLDER_TYPE
, NAME
, RULE_TYPE
, REASON_ID
, DEVL_PROJECT_ID
, INVALID_FLAG
, DESC_TEXT
, COMPONENT_ID
, REASON_TYPE
, DISABLED_FLAG
, EFFECTIVE_USAGE_MASK
, SEQ_NBR
, EFFECTIVE_FROM
, EFFECTIVE_UNTIL
, PERSISTENT_RULE_ID
, EFFECTIVITY_SET_ID
, UNSATISFIED_MSG_ID
, UNSATISFIED_MSG_SOURCE
, SIGNATURE_ID
, TEMPLATE_PRIMITIVE_FLAG
, PRESENTATION_FLAG
, TEMPLATE_TOKEN
, RULE_TEXT
, NOTES
, CLASS_NAME
, INSTANTIATION_SCOPE
, MODEL_REF_EXPL_ID
, MUTABLE_FLAG
, PARTICIPANT_NODE_ID
, PARTICIPANT_EXPL_ID
, PARTICIPANT_ROLE_LIST
, DETAILED_RULE_TYPE
FROM APPS.CZ_RULE_PARTICIPANTS_V;
APPS
CZ_EXPRESSION_NODES
CZ_NODE_USAGE_IN_RULES_V
CZ_RULES
APPS
CZ_PSNODE_RULE_REFS_V
|
|
|
|