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


VIEW: APPS.OKC_BUS_DOC_EVENTS_VL

Object Details
Object Name: OKC_BUS_DOC_EVENTS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_BUS_DOC_EVENTS_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


View definition for OKC_BUS_DOC_EVENTS_B and OKC_BUS_DOC_EVENTS_TL


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Autogenerated id
BUS_DOC_EVENT_ID NUMBER
Yes Unique Identifier for a Business Document Event. Also the Primary key for the table.
BUSINESS_EVENT_CODE VARCHAR2 (30) Yes Textual Identifier for the given Business Document Event. Also, a Foreign Key to LOOKUP_CODE in FND_LOOKUPS for the Lookup Type OKC_BUS_DOC_EVENT
BUS_DOC_TYPE VARCHAR2 (30) Yes Business Document Type for the given Business Document Event. Also, a foreign key to BUSINESS_DOCUMENT_TYPE in OKC_BUS_DOC_TYPES_B
BEFORE_AFTER VARCHAR2 (1) Yes Code Value to signify whether the given Deliverable is due Before or After the specified Business Document Event. Also, a foreign key to LOOKUP_CODE in FND_LOOKUPS for the Lookup Type OKC_DEL_BEF_AFT
START_END_QUALIFIER VARCHAR2 (30) Yes Code Value to identify whether, for a given Deliverable, the specified Business Document Event can be used as the starting event or ending event or both. Also, a foreign key to LOOKUP_CODE in FND_LOOKUPS for the Lookup Type OKC_REPEAT_UNTIL_EVENT
MEANING VARCHAR2 (80) Yes Translatable Meaning for the given Business Document Event
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
OBJECT_VERSION_NUMBER NUMBER (9)
Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
Query Text

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


SELECT ROW_ID
,      BUS_DOC_EVENT_ID
,      BUSINESS_EVENT_CODE
,      BUS_DOC_TYPE
,      BEFORE_AFTER
,      START_END_QUALIFIER
,      MEANING
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM APPS.OKC_BUS_DOC_EVENTS_VL;

Dependencies

[top of page]

APPS.OKC_BUS_DOC_EVENTS_VL references the following:

SchemaAPPS
SynonymOKC_BUS_DOC_EVENTS_B
SynonymOKC_BUS_DOC_EVENTS_TL

APPS.OKC_BUS_DOC_EVENTS_VL is not referenced by any database object