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


VIEW: APPS.CN_SRP_ROLE_PLANS_V

Object Details
Object Name: CN_SRP_ROLE_PLANS_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
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

Query Text

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;

Dependencies

[top of page]

APPS.CN_SRP_ROLE_PLANS_V references the following:

SchemaAPPS
ViewCN_ROLES
SynonymCN_ROLE_PLANS
ViewCN_SRP_ROLES

APPS.CN_SRP_ROLE_PLANS_V is not referenced by any database object