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


VIEW: APPS.CN_PERIOD_QUOTAS_QUART_V

Object Details
Object Name: CN_PERIOD_QUOTAS_QUART_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
PERIOD_QUOTA_ID NUMBER

Unique identifier of a period quota
QUOTA_ID NUMBER (15) Yes Unique indentifier of the plan element
TARGET NUMBER

Quarterly targert amount
PAYMENT NUMBER

Quarterly payment amount
PERFORMANCE_GOAL NUMBER

QUARTER_NUM NUMBER (15) Yes Quarter to which target applies
PERIOD_YEAR NUMBER (15) Yes Year to which quarterly target applies
Query Text

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


SELECT PERIOD_QUOTA_ID
,      QUOTA_ID
,      TARGET
,      PAYMENT
,      PERFORMANCE_GOAL
,      QUARTER_NUM
,      PERIOD_YEAR
FROM APPS.CN_PERIOD_QUOTAS_QUART_V;

Dependencies

[top of page]

APPS.CN_PERIOD_QUOTAS_QUART_V references the following:

SchemaAPPS
ViewCN_PERIODS
SynonymCN_PERIOD_QUOTAS

APPS.CN_PERIOD_QUOTAS_QUART_V is not referenced by any database object