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


TABLE: CN.CN_CLRL_API_ALL

Object Details
Object Name: CN_CLRL_API_ALL
Object Type: TABLE
Owner: CN
FND Design Data: TableCN.CN_CLRL_API_ALL
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.

Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CN_CLRL_API_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCLRL_API_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
CLRL_API_ID NUMBER (15) Yes Unique identifier for the classification rules API table
RULESET_NAME VARCHAR2 (80) Yes Name of the ruleset
PARENT_RULE_NAME VARCHAR2 (80) Yes Name of the parent rule
RULE_NAME VARCHAR2 (80) Yes Name of the rule
REVENUE_CLASS_NAME VARCHAR2 (30)
The revenue class that should be associated with the rule
ATTRIBUTE_RULE_NAME VARCHAR2 (30)
Name of the attribute rule
NOT_FLAG VARCHAR2 (1)
Valid values Y and N. When value is Y, then the NOT operator is applied on the attribute rule and when it is N, the attribute rule is used as is.
VALUE_1 VARCHAR2 (240)
The value for the attribute rule. Used as the column value when data_flag = 'O', low value when data_flag = 'R' and hierarchy name when data_flag = 'H'
VALUE_2 VARCHAR2 (240)
The value for the attribute rule. Not used when data_flag = 'O'. Used as high value when data_flag = 'R' and hierarchy node name when data_flag = 'H'
DATA_FLAG VARCHAR2 (1)
Valid values are O(ne Value), R(ange) and H(ierarchy)
LOADING_STATUS VARCHAR2 (30)
Indicates whether the record was successfully processed or not
ORG_ID NUMBER (15)
Organization identifier
OBJECT_NAME VARCHAR2 (30)
Objectname
RETURN_STATUS VARCHAR2 (1)
Return status
MESSAGE_TEXT VARCHAR2 (2000)
Message text for error conditions
START_DATE DATE

Start date for the ruleset
END_DATE DATE

End date for the ruleset
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
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).
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT CLRL_API_ID
,      RULESET_NAME
,      PARENT_RULE_NAME
,      RULE_NAME
,      REVENUE_CLASS_NAME
,      ATTRIBUTE_RULE_NAME
,      NOT_FLAG
,      VALUE_1
,      VALUE_2
,      DATA_FLAG
,      LOADING_STATUS
,      ORG_ID
,      OBJECT_NAME
,      RETURN_STATUS
,      MESSAGE_TEXT
,      START_DATE
,      END_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM CN.CN_CLRL_API_ALL;

Dependencies

[top of page]

CN.CN_CLRL_API_ALL does not reference any database object

CN.CN_CLRL_API_ALL is referenced by following:

SchemaAPPS
SynonymCN_CLRL_API
SynonymCN_CLRL_API_ALL