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


VIEW: APPS.PA_EVENT_TYPES_LOV_V

Object Details
Object Name: PA_EVENT_TYPES_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_EVENT_TYPES_LOV_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_EVENT_TYPES_LOV_V references the following:

SchemaAPPS
SynonymPA_EVENT_TYPES
ViewPA_LOOKUPS
APPS.PA_EVENT_TYPES_LOV_V is referenced by following:

SchemaAPPS
Package BodyPA_EVENT_CORE - show dependent code