[Home] [Help]
[Dependency Information]
| Object Name: | OKL_CNTRCT_STRMS_SUM_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_CNTRCT_STRMS_SUM_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 |
|---|---|---|---|---|
| KHR_ID | NUMBER | Fortign key to table OKL_K_HEADERS_FULL_V | ||
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract Number to uniquely identify a contract |
| ACTIVITY_CODE | VARCHAR2 | (30) | Yes | Describes the state of the stream |
| ACTIVITY | VARCHAR2 | (4000) | User value of the state of the stream | |
| NAME | VARCHAR2 | (150) | Yes | Stream type name |
| STREAM_TYPE_PURPOSE_CODE | VARCHAR2 | (30) | Stream Type Purpose Code | |
| STREAM_TYPE_PURPOSE | VARCHAR2 | (4000) | Stream Type Purpose Meaning | |
| PURPOSE_CODE | VARCHAR2 | (30) | Purpose of streams. Currently used for reporting. | |
| PURPOSE | VARCHAR2 | (4000) | User value of purpose of the streams. Currently used for reporting. | |
| AMOUNT | NUMBER | Stream amount | ||
| ID | NUMBER | Yes | Stream Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT KHR_ID
, CONTRACT_NUMBER
, ACTIVITY_CODE
, ACTIVITY
, NAME
, STREAM_TYPE_PURPOSE_CODE
, STREAM_TYPE_PURPOSE
, PURPOSE_CODE
, PURPOSE
, AMOUNT
, ID
FROM APPS.OKL_CNTRCT_STRMS_SUM_UV;
APPS
OKC_K_HEADERS_B
OKL_ACCOUNTING_UTIL
- show dependent code
OKL_STREAMS
OKL_STRM_ELEMENTS
OKL_STRM_TYPE_B
OKL_STRM_TYPE_TL
APPS.OKL_CNTRCT_STRMS_SUM_UV is not referenced by any database object
|
|
|
|