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


VIEW: APPS.PA_CLASS_CATEGORIES_V

Object Details
Object Name: PA_CLASS_CATEGORIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_CLASS_CATEGORIES_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) Yes Implementation-defined name that uniquely identifies the category
DESCRIPTION VARCHAR2 (80)
Explanation of the class category
PICK_ONE_CODE_ONLY_FLAG1 VARCHAR2 (3)
Flag that indicates whether a user can pick only one code for the class category for a project. If autoaccounting flag = Y for the category, this flag is automatically set to Y
AUTOACCOUNTING_FLAG VARCHAR2 (1) Yes Flag that indicates whether the class code of the class category may be used as a parameter for AutoAccounting. Only one class category can be defined for use with AutoAccounting.
PICK_ONE_CODE_ONLY_FLAG VARCHAR2 (1) Yes Flag that indicates whether a user can pick only one code for the class category for a project. If autoaccounting flag = Y for the category, this flag is automatically set to Y
OBJECT_TYPE VARCHAR2 (30) Yes The object type to which the category is associated
ALLOW_PERCENT_FLAG VARCHAR2 (1) Yes Flag that indicates whether users can enter percentages for the category
TOTAL_100_PERCENT_FLAG VARCHAR2 (1) Yes Flag that indicates whether the percentages for the category must sum to 100
ALL_TYPES_VALID_FLAG VARCHAR2 (1) Yes Flag that indicates whether the category is valid for all categories
Query Text

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


SELECT CLASS_CATEGORY
,      DESCRIPTION
,      PICK_ONE_CODE_ONLY_FLAG1
,      AUTOACCOUNTING_FLAG
,      PICK_ONE_CODE_ONLY_FLAG
,      OBJECT_TYPE
,      ALLOW_PERCENT_FLAG
,      TOTAL_100_PERCENT_FLAG
,      ALL_TYPES_VALID_FLAG
FROM APPS.PA_CLASS_CATEGORIES_V;

Dependencies

[top of page]

APPS.PA_CLASS_CATEGORIES_V references the following:

SchemaAPPS
SynonymPA_CLASS_CATEGORIES
SynonymPA_PROJECT_CLASSES

APPS.PA_CLASS_CATEGORIES_V is not referenced by any database object