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


VIEW: APPS.CN_QUOTAS_SEARCH

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
QUOTA_ID NUMBER (15) Yes
QUOTA_NAME VARCHAR2 (80) Yes
PLAN_NAME VARCHAR2 (30)
START_DATE DATE
Yes
END_DATE DATE

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT QUOTA_ID
,      QUOTA_NAME
,      PLAN_NAME
,      START_DATE
,      END_DATE
FROM APPS.CN_QUOTAS_SEARCH;

Dependencies

[top of page]

APPS.CN_QUOTAS_SEARCH references the following:

SchemaAPPS
SynonymCN_COMP_PLANS
SynonymCN_QUOTAS
SynonymCN_QUOTA_ASSIGNS

APPS.CN_QUOTAS_SEARCH is not referenced by any database object