DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CN_RULES_SEARCH

Object Details
Object Name: CN_RULES_SEARCH
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


Obsolete


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CN_RULES_SEARCH references the following:

SchemaAPPS
SynonymCN_REVENUE_CLASSES
SynonymCN_RULES
SynonymCN_RULESETS
SynonymCN_RULES_HIERARCHY_ALL

APPS.CN_RULES_SEARCH is not referenced by any database object