[Home] [Help]
[Dependency Information]
| Object Name: | OKL_LA_PT_EVG_STRM_TYPE_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_LA_PT_EVG_STRM_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 |
|---|---|---|---|---|
| STY_ID | NUMBER | Stream Type Identifier | ||
| STY_NAME | VARCHAR2 | (150) | A unique name given for a type | |
| STY_PURPOSE | VARCHAR2 | (30) | Stream type purpose | |
| START_DATE | DATE | Start date | ||
| END_DATE | DATE | End Date | ||
| DESCRIPTION | VARCHAR2 | (1995) | Description | |
| PDT_ID | NUMBER | Product Id | ||
| BILLABLE_YN | VARCHAR2 | (30) | Billable YN | |
| PRIMARY_YN | VARCHAR2 | (3) | Primary Stream Type YN | |
| PRIMARY_STY_ID | VARCHAR2 | (0) | This field will have the primary stream id corresponding to the depdendent stream defined by sty_id |
Cut, paste (and edit) the following text to query this object:
SELECT STY_ID
, STY_NAME
, STY_PURPOSE
, START_DATE
, END_DATE
, DESCRIPTION
, PDT_ID
, BILLABLE_YN
, PRIMARY_YN
, PRIMARY_STY_ID
FROM APPS.OKL_LA_PT_EVG_STRM_TYPE_UV;
APPS
OKL_ACCOUNTING_UTIL
- show dependent code
OKL_STRM_TMPT_FULL_UV
OKL_STRM_TYPE_V
APPS.OKL_LA_PT_EVG_STRM_TYPE_UV is not referenced by any database object
|
|
|
|