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


VIEW: APPS.CNSBPS_BONUSES_V

Object Details
Object Name: CNSBPS_BONUSES_V
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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
SALESREP_ID NUMBER (15) Yes Salesrep unique identifier
PAYRUN_ID NUMBER (15) Yes Payrun unique identifier for the payrun in which the bonus is given
PERIOD_ID NUMBER (15) Yes Period unique identifier denormalizing the period of the payrun
BONUS_TYPE VARCHAR2 (80) Yes Name of the bonus quota (in CN_QUOTAS) being given a bonus
AMOUNT NUMBER

Amount of bonus given: Either zero (if no value is entered in CN_PAYRUNS_BONUSES) or the value entered
Query Text

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


SELECT SALESREP_ID
,      PAYRUN_ID
,      PERIOD_ID
,      BONUS_TYPE
,      AMOUNT
FROM APPS.CNSBPS_BONUSES_V;

Dependencies

[top of page]

APPS.CNSBPS_BONUSES_V references the following:

SchemaAPPS
ViewCNSBPS_INTERNAL_V
SynonymCN_WORKSHEET_BONUSES

APPS.CNSBPS_BONUSES_V is not referenced by any database object