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


VIEW: APPS.AML_BUSINESS_EVENT_TYPES_VL

Object Details
Object Name: AML_BUSINESS_EVENT_TYPES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AML_BUSINESS_EVENT_TYPES_VL
Subobject Name:
Status: VALID

View Type

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


This view returns information about business event types.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Unique identifier generated by the database
BUSINESS_EVENT_TYPE_ID NUMBER
Yes Business Event Type Id
ACTION_ID NUMBER
Yes Action Id
ACTION_ITEM_ID NUMBER
Yes Action Item Id
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER
Yes Standard WHO column
OBJECT_VERSION_NUMBER NUMBER
Yes Unique number used for locking purposes
MEANING VARCHAR2 (240) Yes meaning of business event type
DESCRIPTION VARCHAR2 (240)
description of business event type
Query Text

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


SELECT ROW_ID
,      BUSINESS_EVENT_TYPE_ID
,      ACTION_ID
,      ACTION_ITEM_ID
,      ENABLED_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      MEANING
,      DESCRIPTION
FROM APPS.AML_BUSINESS_EVENT_TYPES_VL;

Dependencies

[top of page]

APPS.AML_BUSINESS_EVENT_TYPES_VL references the following:

SchemaAPPS
SynonymAML_BUSINESS_EVENT_TYPES_B
SynonymAML_BUSINESS_EVENT_TYPES_TL

APPS.AML_BUSINESS_EVENT_TYPES_VL is not referenced by any database object