[Home] [Help]
[Dependency Information]
| Object Name: | CN_PLAN_QUOTA_LOV_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 |
|---|---|---|---|---|
| QUOTA_ASSIGN_ID | NUMBER | (15) | Yes | Unique Identifier for plan element assigned to compensation plan. |
| QUOTA_ID | NUMBER | (15) | Yes | Unique Identifier for plan element |
| COMP_PLAN_ID | NUMBER | (15) | Yes | Unique Identifier for compensation plan |
| QUOTA_NAME | VARCHAR2 | (80) | Yes | Plan element name |
| PLAN_NAME | VARCHAR2 | (30) | Yes | Compensation plan name |
Cut, paste (and edit) the following text to query this object:
SELECT QUOTA_ASSIGN_ID
, QUOTA_ID
, COMP_PLAN_ID
, QUOTA_NAME
, PLAN_NAME
FROM APPS.CN_PLAN_QUOTA_LOV_V;
APPS
CN_COMP_PLANS
CN_QUOTAS
CN_QUOTA_ASSIGNS
APPS.CN_PLAN_QUOTA_LOV_V is not referenced by any database object
|
|
|
|