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


VIEW: APPS.OKL_STRM_TMPT_TYPES_ALL_UV

Object Details
Object Name: OKL_STRM_TMPT_TYPES_ALL_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_STRM_TMPT_TYPES_ALL_UV
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
STY_ID NUMBER

Stream Type Identifier
STY_NAME VARCHAR2 (150)
Stream Type name
STY_PURPOSE VARCHAR2 (30)
Stream Type purpose
STY_PURPOSE_MEANING VARCHAR2 (4000)
Stream Type purpose meaning
BILLABLE_YN VARCHAR2 (30)
Billable YN
DESCRIPTION VARCHAR2 (1995)
User entered description
Query Text

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


SELECT STY_ID
,      STY_NAME
,      STY_PURPOSE
,      STY_PURPOSE_MEANING
,      BILLABLE_YN
,      DESCRIPTION
FROM APPS.OKL_STRM_TMPT_TYPES_ALL_UV;

Dependencies

[top of page]

APPS.OKL_STRM_TMPT_TYPES_ALL_UV references the following:

SchemaAPPS
PL/SQL PackageOKL_ACCOUNTING_UTIL - show dependent code
ViewOKL_STRM_TYPE_V
SynonymOKL_ST_GEN_TMPT_LNS_ALL

APPS.OKL_STRM_TMPT_TYPES_ALL_UV is not referenced by any database object