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


VIEW: APPS.CN_RULES_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Denormalizes hierarchy information into the rules table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes Rule id.
NAME VARCHAR2 (80) Yes Rule name.
PARENT_RULE_ID NUMBER (15)
Parent rule of this rule.
REVENUE_CLASS_ID NUMBER (15)
Revenue class associated with this rule.
EXPENSE_CCID NUMBER

Code combination identifier for gl expense account
LIABILITY_CCID NUMBER

Code combination identifier for gl liability account.
SEQUENCE_NUMBER NUMBER (15)
Not currently used.
RULESET_ID NUMBER (15) Yes Ruleset identifier
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).
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).
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).
ORG_ID NUMBER (15)
Organization identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_ID
,      NAME
,      PARENT_RULE_ID
,      REVENUE_CLASS_ID
,      EXPENSE_CCID
,      LIABILITY_CCID
,      SEQUENCE_NUMBER
,      RULESET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ORG_ID
FROM APPS.CN_RULES_V;

Dependencies

[top of page]

APPS.CN_RULES_V references the following:

SchemaAPPS
SynonymCN_RULES_HIERARCHY
ViewCN_RULES_VL
APPS.CN_RULES_V is referenced by following:

SchemaAPPS
ViewCN_CLRL_API_V
Package BodyCN_RULE_PUB - show dependent code