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


TABLE: CN.CN_RATE_TIERS_ALL

Object Details
Object Name: CN_RATE_TIERS_ALL
Object Type: TABLE
Owner: CN
FND Design Data: TableCN.CN_RATE_TIERS_ALL
Subobject Name:
Status: VALID


CN_RATE_TIERS contains information about compensation rate
table tiers . You need one row for each tier you assign to a rate
table.
.
RATE_TIER_ID is the system generated primary key and is invisible
to the user. The tiers and commission can be amounts or percentages.
These units are defined on the rate table(CN_RATE_SCHEDULES).


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CN_RATE_TIERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRATE_TIER_ID
ColumnORG_ID
CN_RATE_TIERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnRATE_SCHEDULE_ID
CN_RATE_TIERS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnRATE_SEQUENCE
Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15)
Organization identifier
RATE_TIER_ID NUMBER (15) Yes Primary key
RATE_SCHEDULE_ID NUMBER (15) Yes Primary key
MINIMUM_PERCENT NUMBER

MAXIMUM_PERCENT NUMBER

COMMISSION_RATE NUMBER

COMMISSION_AMOUNT NUMBER

Commission amount or percentage for this tier
MINIMUM_AMOUNT NUMBER

MAXIMUM_AMOUNT NUMBER

SEQUENCE_NUMBER NUMBER (15)
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).
RATE_SEQUENCE NUMBER (15)
The sequence number corresponding to the current combination of dimension tiers.
OBJECT_VERSION_NUMBER NUMBER
Yes This column is used for locking purposes
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT ORG_ID
,      RATE_TIER_ID
,      RATE_SCHEDULE_ID
,      MINIMUM_PERCENT
,      MAXIMUM_PERCENT
,      COMMISSION_RATE
,      COMMISSION_AMOUNT
,      MINIMUM_AMOUNT
,      MAXIMUM_AMOUNT
,      SEQUENCE_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      RATE_SEQUENCE
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM CN.CN_RATE_TIERS_ALL;

Dependencies

[top of page]

CN.CN_RATE_TIERS_ALL does not reference any database object

CN.CN_RATE_TIERS_ALL is referenced by following:

SchemaAPPS
SynonymCN_RATE_TIERS
SynonymCN_RATE_TIERS_ALL
TriggerCN_RATE_TIERS_T1