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


VIEW: APPS.OKE_TERM_VALUES_V

Object Details
Object Name: OKE_TERM_VALUES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_TERM_VALUES_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
TERM_CODE VARCHAR2 (30)
Internal identifier for terms
TERM_VALUE_PK1 VARCHAR2 (40)
First primary key value for the term value
TERM_VALUE_PK2 VARCHAR2 (25)
Second primary key value, if needed, for the term value
TERM_VALUE VARCHAR2 (80)
Term value
DESCRIPTION VARCHAR2 (240)
Description of term
START_DATE_ACTIVE DATE

Date this term becomes active
END_DATE_ACTIVE DATE

Date this term becomes inactive
ENABLED_FLAG VARCHAR2 (1)
Flag indicating whether this term value is enabled
ACTIVE VARCHAR2 (1)
Flag indicating term value is active
ORG_CODE VARCHAR2 (3)
Org Code for certain terms like Inbound Shipping Method
Query Text

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


SELECT TERM_CODE
,      TERM_VALUE_PK1
,      TERM_VALUE_PK2
,      TERM_VALUE
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ENABLED_FLAG
,      ACTIVE
,      ORG_CODE
FROM APPS.OKE_TERM_VALUES_V;

Dependencies

[top of page]

APPS.OKE_TERM_VALUES_V references the following:

SchemaAPPS
SynonymAP_TERMS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUP_VALUES_VL
SynonymMTL_PARAMETERS
SynonymOKE_TERMS_B
SynonymORG_FREIGHT
SynonymRA_TERMS
APPS.OKE_TERM_VALUES_V is referenced by following:

SchemaAPPS
ViewOKE_K_TERMS_HV
Package BodyOKE_TERM_PVT - show dependent code