[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJECT_CLASS_TOTALS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
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) |
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;
|
|
|