[Home] [Help]
[Dependency Information]
| Object Name: | CNSBPS_INTERNAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
CN_PAYMENT_WORKSHEETS
CN_PAYRUNS
CN_QUOTAS
CN_SRP_PERIOD_QUOTAS
APPS
CNSBPS_BONUSES_V
|
|
|
|