[Home] [Help]
[Dependency Information]
| Object Name: | PA_EVENT_TYPE_CLASSES_RES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_EVENT_TYPE_CLASSES_RES_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_TYPE_CLASSIFICATION | VARCHAR2 | (30) | Yes | |
| DESCRIPTION | VARCHAR2 | (80) | Yes | |
| TRACK_AS_LABOR_FLAG | CHAR | (1) | ||
| UNIT_OF_MEASURE | VARCHAR2 | (0) | ||
| ROLLUP_QUANTITY_FLAG | CHAR | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_TYPE_CLASSIFICATION
, DESCRIPTION
, TRACK_AS_LABOR_FLAG
, UNIT_OF_MEASURE
, ROLLUP_QUANTITY_FLAG
FROM APPS.PA_EVENT_TYPE_CLASSES_RES_V;
APPS
PA_GET_RESOURCE
- show dependent code
PA_LOOKUPS
APPS.PA_EVENT_TYPE_CLASSES_RES_V is not referenced by any database object
|
|
|
|