[Home] [Help]
[Dependency Information]
| Object Name: | CN_SRP_ROLE_PLANS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SRP_ROLE_ID | NUMBER | Yes | ||
| SALESREP_ID | NUMBER | Yes | ||
| ROLE_ID | NUMBER | Yes | ||
| START_DATE_ROLE | DATE | Yes | ||
| END_DATE_ROLE | DATE | |||
| NAME | VARCHAR2 | (60) | Yes | |
| DESCRIPTION | VARCHAR2 | (120) | ||
| ROLE_PLAN_ID | NUMBER | (15) | Yes | |
| COMP_PLAN_ID | NUMBER | (15) | Yes | |
| START_DATE_ROLE_PLAN | DATE | Yes | ||
| END_DATE_ROLE_PLAN | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT SRP_ROLE_ID
, SALESREP_ID
, ROLE_ID
, START_DATE_ROLE
, END_DATE_ROLE
, NAME
, DESCRIPTION
, ROLE_PLAN_ID
, COMP_PLAN_ID
, START_DATE_ROLE_PLAN
, END_DATE_ROLE_PLAN
FROM APPS.CN_SRP_ROLE_PLANS_V;
APPS
CN_ROLES
CN_ROLE_PLANS
CN_SRP_ROLES
APPS.CN_SRP_ROLE_PLANS_V is not referenced by any database object
|
|
|
|