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


TABLE: CN.CN_WORKSHEET_BONUSES_ALL

Object Details
Object Name: CN_WORKSHEET_BONUSES_ALL
Object Type: TABLE
Owner: CN
FND Design Data: TableCN.CN_WORKSHEET_BONUSES_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_WORKSHEET_BONUSES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnSALESREP_ID
ColumnPAYRUN_ID
Columns
Name Datatype Length Mandatory Comments
PAYRUN_ID NUMBER (15) Yes Payrun to which bonus is assigned. Foreign key to CN_PAYRUNS
SALESREP_ID NUMBER (15) Yes Salesrep whose worksheet will get bonuses.
BONUS_TYPE VARCHAR2 (30)
Denormalized name from the bonus element assigned to the salesrep's plan.
AMOUNT NUMBER

Amount to pay on this bonus.
ORG_ID NUMBER (15)
Organization identifier
SRP_PLAN_ASSIGN_ID NUMBER (15)
Foreign key to CN_SRP_PLAN_ASSIGNS
PAYMENT_WORKSHEET_ID NUMBER (15)
Worksheet for which bonus is being assigned.
COMP_PLAN_ID NUMBER (15)
Compensation plan which has a manual type plan element for which bonus is being assigned.
QUOTA_ID NUMBER (15)
Plan element for which bonus is being assigned.
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_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).
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT PAYRUN_ID
,      SALESREP_ID
,      BONUS_TYPE
,      AMOUNT
,      ORG_ID
,      SRP_PLAN_ASSIGN_ID
,      PAYMENT_WORKSHEET_ID
,      COMP_PLAN_ID
,      QUOTA_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM CN.CN_WORKSHEET_BONUSES_ALL;

Dependencies

[top of page]

CN.CN_WORKSHEET_BONUSES_ALL does not reference any database object

CN.CN_WORKSHEET_BONUSES_ALL is referenced by following:

SchemaCN
ViewCN_WORKSHEET_BONUSES_ALL#