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


VIEW: APPS.PA_PROJECT_CLASS_TOTALS_V

Object Details
Object Name: PA_PROJECT_CLASS_TOTALS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PROJECT_CLASS_TOTALS_V
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
CLASS_CATEGORY VARCHAR2 (30)
Implementation-defined name that uniquely identifies the category
PROJECT_ID NUMBER (15)
The identifier of the project this group of classifications belongs to
CLASS_CODES VARCHAR2 (4000)
TOTAL_PERCENTAGE NUMBER

The total percentage associated with this group of classifications
EXCEPTIONS VARCHAR2 (4000)
The exceptions for this classification
SORT_ORDER VARCHAR2 (1)
The sort order for the classifications
CODE_DESCRIPTION VARCHAR2 (250)
Query Text

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


SELECT CLASS_CATEGORY
,      PROJECT_ID
,      CLASS_CODES
,      TOTAL_PERCENTAGE
,      EXCEPTIONS
,      SORT_ORDER
,      CODE_DESCRIPTION
FROM APPS.PA_PROJECT_CLASS_TOTALS_V;

Dependencies

[top of page]

APPS.PA_PROJECT_CLASS_TOTALS_V references the following:

SchemaAPPS
SynonymPA_PROJECTS_ALL
PL/SQL PackagePA_PROJECTS_MAINT_UTILS - show dependent code
SynonymPA_PROJECT_CLASSES
ViewPA_PROJECT_CLASSES_V
SynonymPA_PROJECT_TYPES_ALL
ViewPA_VALID_CATEGORIES_V
APPS.PA_PROJECT_CLASS_TOTALS_V is referenced by following:

SchemaAPPS
Package BodyPA_PROJECTS_MAINT_UTILS - show dependent code