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


VIEW: APPS.BIM_DIMV_EVENT_TYPES

Object Details
Object Name: BIM_DIMV_EVENT_TYPES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIM.BIM_DIMV_EVENT_TYPES
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


BIM_DIMV_EVENT_TYPES is a view showing all event types.
.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EVENT_TYPE VARCHAR2 (30) Yes event type
EVENT_TYPE_NAME VARCHAR2 (80) Yes event type name
EVENT_TYPE_DESCRIPTION VARCHAR2 (240)
event type description
ENABLED_FLAG VARCHAR2 (1) Yes enabled flag
START_DATE_ACTIVE DATE

start date active
END_DATE_ACTIVE DATE

active end date
Query Text

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


SELECT EVENT_TYPE
,      EVENT_TYPE_NAME
,      EVENT_TYPE_DESCRIPTION
,      ENABLED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.BIM_DIMV_EVENT_TYPES;

Dependencies

[top of page]

APPS.BIM_DIMV_EVENT_TYPES references the following:

SchemaAPPS
ViewAMS_LOOKUPS

APPS.BIM_DIMV_EVENT_TYPES is not referenced by any database object