[Home] [Help]
[Dependency Information]
| Object Name: | PA_VALID_CATEGORIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_VALID_CATEGORIES_V
|
| 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 | |
| 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 |
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;
APPS
PA_CLASS_CATEGORIES
PA_PROJECT_TYPES_ALL
PA_VALID_CATEGORIES
APPS
PA_PROJECTS_MAINT_UTILS
- show dependent code
PA_PROJECT_CLASS_TOTALS_V
PA_PROJECT_UTILS
- show dependent code
PA_PROJ_TEMPLATE_SETUP_PVT
- show dependent code
PA_QUICK_ENTRY_SPECS_SS_V
|
|
|
|