[Home] [Help]
[Dependency Information]
| Object Name: | CN_RULES_SEARCH |
|---|---|
| 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.
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Obsolete
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULESET_ID | NUMBER | (15) | Yes | Unique Identifier for classification ruleset |
| RULESET_NAME | VARCHAR2 | (80) | Yes | Classification ruleset name |
| RULE_ID | NUMBER | (15) | Yes | Unique Identifier for classification rule |
| RULE_NAME | VARCHAR2 | (80) | Yes | Classification rule name |
| REVENUE_CLASS | VARCHAR2 | (30) | Revenue class name | |
| START_DATE | DATE | Start date | ||
| END_DATE | DATE | End date | ||
| PARENT_RULE_ID | NUMBER | (15) | Unique Identifier for parent classification rule | |
| PARENT_RULE_NAME | VARCHAR2 | (80) | Parent classification rule name |
Cut, paste (and edit) the following text to query this object:
SELECT RULESET_ID
, RULESET_NAME
, RULE_ID
, RULE_NAME
, REVENUE_CLASS
, START_DATE
, END_DATE
, PARENT_RULE_ID
, PARENT_RULE_NAME
FROM APPS.CN_RULES_SEARCH;
APPS
CN_REVENUE_CLASSES
CN_RULES
CN_RULESETS
CN_RULES_HIERARCHY_ALL
APPS.CN_RULES_SEARCH is not referenced by any database object
|
|
|
|