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


VIEW: APPS.CN_WKSHT_BONUS_QUOTA_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
QUOTA VARCHAR2 (80) Yes Quota Name
COMP_PLAN_ID NUMBER (15) Yes Compensation Plan identifier
COMP_PLAN VARCHAR2 (30) Yes Compensation Plan name
SALESREP_ID NUMBER
Yes Salesrep identifier
ROLE_ID NUMBER
Yes Role identifier
START_DATE DATE
Yes Effective Start Date
END_DATE DATE

Effective end date
QUOTA_ID NUMBER (15) Yes Quota identifier
CREDIT_TYPE_ID NUMBER (15)
Credit type for which bonus is being given.
SRP_PLAN_ASSIGN_ID NUMBER (15) Yes Identifier for compensation plan assigned to a salesperson
ORG_ID NUMBER (15)
Query Text

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


SELECT QUOTA
,      COMP_PLAN_ID
,      COMP_PLAN
,      SALESREP_ID
,      ROLE_ID
,      START_DATE
,      END_DATE
,      QUOTA_ID
,      CREDIT_TYPE_ID
,      SRP_PLAN_ASSIGN_ID
,      ORG_ID
FROM APPS.CN_WKSHT_BONUS_QUOTA_V;

Dependencies

[top of page]

APPS.CN_WKSHT_BONUS_QUOTA_V references the following:

SchemaAPPS
SynonymCN_COMP_PLANS
SynonymCN_QUOTAS
SynonymCN_SRP_PLAN_ASSIGNS
SynonymCN_SRP_QUOTA_ASSIGNS
ViewCN_SRP_ROLES

APPS.CN_WKSHT_BONUS_QUOTA_V is not referenced by any database object