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


VIEW: APPS.PA_VALID_CATEGORIES_V

Object Details
Object Name: PA_VALID_CATEGORIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_VALID_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)
Implementation-defined name that uniquely identifies the category
OBJECT_TYPE VARCHAR2 (30)
The object type to which the category is associated
OBJECT_TYPE_ID NUMBER (15)
The indentifier of the object type to which the category is associated
MANDATORY_FLAG VARCHAR2 (1)
Flag that indicates whether the user must enter a code for the class category before a project can be authorized for revenue distribution
AUTOACCOUNTING_FLAG VARCHAR2 (1)
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)
Flag that indicates whether a user can pick only one code for the class category for an object. If autoaccounting flag = "Y" for the category, this flag is automatically set to "Y"
ALLOW_PERCENT_FLAG VARCHAR2 (1)
Flag that indicates whether users can enter percentages for the category
TOTAL_100_PERCENT_FLAG VARCHAR2 (1)
Flag that indicates whether the percentages for the category must sum to 100
START_DATE_ACTIVE DATE

First effective date of the class category
END_DATE_ACTIVE DATE

Last effective date of the class category
DESCRIPTION VARCHAR2 (80)
Explanation of the class category
Query Text

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


SELECT CLASS_CATEGORY
,      OBJECT_TYPE
,      OBJECT_TYPE_ID
,      MANDATORY_FLAG
,      AUTOACCOUNTING_FLAG
,      PICK_ONE_CODE_ONLY_FLAG
,      ALLOW_PERCENT_FLAG
,      TOTAL_100_PERCENT_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      DESCRIPTION
FROM APPS.PA_VALID_CATEGORIES_V;

Dependencies

[top of page]

APPS.PA_VALID_CATEGORIES_V references the following:

SchemaAPPS
SynonymPA_CLASS_CATEGORIES
SynonymPA_PROJECT_TYPES_ALL
SynonymPA_VALID_CATEGORIES
APPS.PA_VALID_CATEGORIES_V is referenced by following:

SchemaAPPS
Package BodyPA_PROJECTS_MAINT_UTILS - show dependent code
ViewPA_PROJECT_CLASS_TOTALS_V
Package BodyPA_PROJECT_UTILS - show dependent code
Package BodyPA_PROJ_TEMPLATE_SETUP_PVT - show dependent code
ViewPA_QUICK_ENTRY_SPECS_SS_V