[Home] [Help]
[Dependency Information]
| Object Name: | CN_SRP_ROLES_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 | Primary Key | |
| SALESREP_ID | NUMBER | Yes | salesrep ID corresponding to the resource | |
| SALESREP_NAME | VARCHAR2 | (360) | Salesperson name | |
| ROLE_ID | NUMBER | Yes | Unique Identifier for sales role | |
| START_DATE_ROLE | DATE | Yes | ||
| END_DATE_ROLE | DATE | |||
| NAME | VARCHAR2 | (60) | Yes | |
| DESCRIPTION | VARCHAR2 | (120) | ||
| ORG_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT SRP_ROLE_ID
, SALESREP_ID
, SALESREP_NAME
, ROLE_ID
, START_DATE_ROLE
, END_DATE_ROLE
, NAME
, DESCRIPTION
, ORG_ID
FROM APPS.CN_SRP_ROLES_V;
APPS
CN_ROLES
CN_SALESREPS
CN_SRP_ROLES
APPS
CN_SRP_PLAN_ASSIGNS_V
|
|
|
|