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


VIEW: APPS.OKE_TERMS_VL

Object Details
Object Name: OKE_TERMS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_TERMS_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_TERMS_TL with the non-displayed data from
OKE_TERMS_B to form complete contract term entities. Oracle Project
Contracts uses this view to display information in languages
installed at your site.


[View Source]

Columns
Name Datatype Length Mandatory Comments
TERM_CODE VARCHAR2 (30) Yes Internal identifier for terms
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
TERM_TYPE_CODE VARCHAR2 (30)
Internal identifier for terms and conditions type
TERM_NAME VARCHAR2 (80) Yes Name of terms
DESCRIPTION VARCHAR2 (240)
Description of term
USER_DEFINED_FLAG VARCHAR2 (1)
VIEW_APPLICATION_ID NUMBER

LOOKUP_TYPE VARCHAR2 (30)
Query Text

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


SELECT TERM_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TERM_TYPE_CODE
,      TERM_NAME
,      DESCRIPTION
,      USER_DEFINED_FLAG
,      VIEW_APPLICATION_ID
,      LOOKUP_TYPE
FROM APPS.OKE_TERMS_VL;

Dependencies

[top of page]

APPS.OKE_TERMS_VL references the following:

SchemaAPPS
SynonymOKE_TERMS_B
SynonymOKE_TERMS_TL
APPS.OKE_TERMS_VL is referenced by following:

SchemaAPPS
ViewOKE_K_ALL_TERMS_HV
ViewOKE_K_ALL_TERMS_V
ViewOKE_K_TERMS_HV
ViewOKE_K_TERMS_V
ViewOKE_TERMTYPE_ASSIGNED_V
ViewOKE_TERMTYPE_AVAIL_V