[Home] [Help]
[Dependency Information]
| Object Name: | PA_EVENT_TYPES_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_EVENT_TYPES_LOV_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 | VARCHAR2 | (30) | Yes | Implementation-defined name that uniquely identifies the event type |
| DESCRIPTION | VARCHAR2 | (250) | Explanation of event type | |
| MEANING | VARCHAR2 | (80) | Yes | Meaning of the event type classification |
| EVENT_TYPE_CLASSIFICATION | VARCHAR2 | (30) | Yes | The classification of the event type to drive system processing of events of the event type |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_TYPE
, DESCRIPTION
, MEANING
, EVENT_TYPE_CLASSIFICATION
FROM APPS.PA_EVENT_TYPES_LOV_V;
APPS
PA_EVENT_TYPES
PA_LOOKUPS
APPS
PA_EVENT_CORE
- show dependent code
|
|
|
|