[Home] [Help]
[Dependency Information]
| Object Name: | OKE_TERMS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_TERMS_VL
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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) |
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;
APPS
OKE_TERMS_B
OKE_TERMS_TL
APPS
OKE_K_ALL_TERMS_HV
OKE_K_ALL_TERMS_V
OKE_K_TERMS_HV
OKE_K_TERMS_V
OKE_TERMTYPE_ASSIGNED_V
OKE_TERMTYPE_AVAIL_V
|
|
|
|