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


VIEW: APPS.OKE_TERM_TYPES_V

Object Details
Object Name: OKE_TERM_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_TERM_TYPES_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_TYPE_CODE VARCHAR2 (30) Yes Internal identifier for terms and conditions type
TERM_TYPE_NAME VARCHAR2 (80) Yes Displayed name for terms and conditions type
DESCRIPTION VARCHAR2 (240)
Description of term type
START_DATE_ACTIVE DATE

Date this term type becomes active
END_DATE_ACTIVE DATE

Date this term type becomes inactive
ENABLED_FLAG VARCHAR2 (1) Yes Flag indicating whether this terms and conditions type is enabled
Query Text

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


SELECT TERM_TYPE_CODE
,      TERM_TYPE_NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ENABLED_FLAG
FROM APPS.OKE_TERM_TYPES_V;

Dependencies

[top of page]

APPS.OKE_TERM_TYPES_V references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
APPS.OKE_TERM_TYPES_V is referenced by following:

SchemaAPPS
ViewOKE_FLDMX_TERMCOND_RTREE_V
ViewOKE_K_ALL_TERMS_HV
ViewOKE_K_ALL_TERMS_V
ViewOKE_K_TERMS_HV
ViewOKE_K_TERMS_V
ViewOKE_TERMS_V
ViewOKE_TERMTYPE_ASSIGNED_V