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


VIEW: APPS.CN_SRP_ROLES_V

Object Details
Object Name: CN_SRP_ROLES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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

Query Text

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;

Dependencies

[top of page]

APPS.CN_SRP_ROLES_V references the following:

SchemaAPPS
ViewCN_ROLES
ViewCN_SALESREPS
ViewCN_SRP_ROLES
APPS.CN_SRP_ROLES_V is referenced by following:

SchemaAPPS
ViewCN_SRP_PLAN_ASSIGNS_V