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


VIEW: APPS.OKE_OBJECT_ATTRIBUTES_VL

Object Details
Object Name: OKE_OBJECT_ATTRIBUTES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_OBJECT_ATTRIBUTES_VL
Subobject Name:
Status: VALID

View Type

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


This view joins the translated, language specific
values from OKE_OBJECT_ATTRIBUTES_TL with the non-displayed data from
OKE_OBJECT_ATTRIBUTES_B to form complete object attribute entities. Oracle Project
Contracts uses this view to display information in languages
installed at your site.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database generated row identifier
DATABASE_OBJECT_NAME VARCHAR2 (30) Yes Identifier for the object to which this attribute belongs
ATTRIBUTE_CODE VARCHAR2 (30) Yes Attribute code
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

Standard Who column
ATTRIBUTE_NAME VARCHAR2 (80) Yes Attribute name
DESCRIPTION VARCHAR2 (240)
Description of attribute
DATATYPE VARCHAR2 (30) Yes Data type of attribute
SECURABLE_FLAG VARCHAR2 (1)
Flag indicating whether attribute is securable
QUERYABLE_FLAG VARCHAR2 (1)
Flag indicating whether attribute is queryable
VIEW_COLUMN_FLAG VARCHAR2 (1) Yes Flag indicating whether attribute is a view column
FORM_ITEM_FLAG VARCHAR2 (1)
Flag indicating whether attribute is a form item
ATTRIBUTE_GROUP_CODE VARCHAR2 (30)
Attribute group code
PARENT_ATTRIBUTE_CODE VARCHAR2 (30)
Internal code of the parent attribute
Query Text

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


SELECT ROW_ID
,      DATABASE_OBJECT_NAME
,      ATTRIBUTE_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_NAME
,      DESCRIPTION
,      DATATYPE
,      SECURABLE_FLAG
,      QUERYABLE_FLAG
,      VIEW_COLUMN_FLAG
,      FORM_ITEM_FLAG
,      ATTRIBUTE_GROUP_CODE
,      PARENT_ATTRIBUTE_CODE
FROM APPS.OKE_OBJECT_ATTRIBUTES_VL;

Dependencies

[top of page]

APPS.OKE_OBJECT_ATTRIBUTES_VL references the following:

SchemaAPPS
SynonymOKE_OBJECT_ATTRIBUTES_B
SynonymOKE_OBJECT_ATTRIBUTES_TL
APPS.OKE_OBJECT_ATTRIBUTES_VL is referenced by following:

SchemaAPPS
ViewOKE_ATTRGRP_ASSIGNED_V
ViewOKE_ATTRGRP_AVAIL_V
Package BodyOKE_VERSION_COMPARISON_PKG - show dependent code