[Home] [Help]
[Dependency Information]
| Object Name: | BIM_DIMV_EVENT_TYPES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIM.BIM_DIMV_EVENT_TYPES
|
| Subobject Name: | |
| Status: | VALID |
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.
.
| 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 |
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;
APPS
AMS_LOOKUPS
APPS.BIM_DIMV_EVENT_TYPES is not referenced by any database object
|
|
|
|