[Home] [Help]
[Dependency Information]
| Object Name: | OKL_STRM_TMPT_SET_TYPE_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_STRM_TMPT_SET_TYPE_UV
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GTS_ID | NUMBER | Primary key column | ||
| STY_ID | NUMBER | Primary key column | ||
| AES_ID | NUMBER | Primary key column | ||
| STY_NAME | VARCHAR2 | (150) | A unique name given for a type | |
| STREAM_TYPE_PURPOSE | VARCHAR2 | (30) | Stream type purpose | |
| STREAM_TYPE_PURPOSE_MEAN | VARCHAR2 | (4000) | Stream type purpose meaning |
Cut, paste (and edit) the following text to query this object:
SELECT GTS_ID
, STY_ID
, AES_ID
, STY_NAME
, STREAM_TYPE_PURPOSE
, STREAM_TYPE_PURPOSE_MEAN
FROM APPS.OKL_STRM_TMPT_SET_TYPE_UV;
APPS
OKL_ACCOUNTING_UTIL
- show dependent code
OKL_AE_TMPT_SETS_ALL
OKL_STRM_TYPE_V
OKL_ST_GEN_TEMPLATES_ALL
OKL_ST_GEN_TMPT_LNS_ALL
OKL_ST_GEN_TMPT_SETS
APPS.OKL_STRM_TMPT_SET_TYPE_UV is not referenced by any database object
|
|
|
|