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


VIEW: APPS.OKE_TERMS_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database generated row identifier
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_NAME VARCHAR2 (80) Yes Name of terms
DESCRIPTION VARCHAR2 (240)
Description of term
TERM_TYPE_CODE VARCHAR2 (30)
Internal identifier for terms and conditions type
TERM_TYPE_NAME VARCHAR2 (80)
Name of terms and conditions type
USER_DEFINED_FLAG VARCHAR2 (1)
Flag indicating whether the term is user-defined
VIEW_APPLICATION_ID NUMBER

Application identifier of lookup representing the list of valid term values
VIEW_APPL_SHORT_NAME VARCHAR2 (50)
Application short name of lookup representing the list of valid term values
VIEW_APPLICATION_NAME VARCHAR2 (240)
Application name of lookup representing the list of valid term values
LOOKUP_TYPE VARCHAR2 (30)
Lookup type code representing the list of valid term values
LOOKUP_TYPE_NAME VARCHAR2 (240)
Lookup type name representing the list of valid term values
Query Text

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


SELECT ROW_ID
,      TERM_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TERM_NAME
,      DESCRIPTION
,      TERM_TYPE_CODE
,      TERM_TYPE_NAME
,      USER_DEFINED_FLAG
,      VIEW_APPLICATION_ID
,      VIEW_APPL_SHORT_NAME
,      VIEW_APPLICATION_NAME
,      LOOKUP_TYPE
,      LOOKUP_TYPE_NAME
FROM APPS.OKE_TERMS_V;

Dependencies

[top of page]

APPS.OKE_TERMS_V references the following:

SchemaAPPS
ViewFND_APPLICATION_VL
ViewFND_LOOKUP_TYPES_VL
SynonymOKE_TERMS_B
SynonymOKE_TERMS_TL
ViewOKE_TERM_TYPES_V

APPS.OKE_TERMS_V is not referenced by any database object