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


VIEW: APPS.CNSBPS_INTERNAL_V

Object Details
Object Name: CNSBPS_INTERNAL_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
QUOTA_ID NUMBER (15) Yes Foreign key to CN_QUOTAS indicating a quota that has been assigned to the specified salesrep.
QUOTA_NAME VARCHAR2 (80) Yes Denormalized name for the quota specified in QUOTA_ID
PERIOD_ID NUMBER (15) Yes A period for which the specified quota is assigned to the specified salesrep
Query Text

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


SELECT SALESREP_ID
,      PAYRUN_ID
,      QUOTA_ID
,      QUOTA_NAME
,      PERIOD_ID
FROM APPS.CNSBPS_INTERNAL_V;

Dependencies

[top of page]

APPS.CNSBPS_INTERNAL_V references the following:

SchemaAPPS
SynonymCN_PAYMENT_WORKSHEETS
SynonymCN_PAYRUNS
SynonymCN_QUOTAS
SynonymCN_SRP_PERIOD_QUOTAS
APPS.CNSBPS_INTERNAL_V is referenced by following:

SchemaAPPS
ViewCNSBPS_BONUSES_V