[Home] [Help]
[Dependency Information]
Object Name: | OKL_ASST_STRMS_SUM_UV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
CONTRACT_ID | NUMBER | Yes | Unique Contract Identification number | |
CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract Number |
ACTIVITY_CODE | VARCHAR2 | (30) | Yes | Describes 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 | |
LINE_NAME | VARCHAR2 | (150) | Contract Line item name | |
AMOUNT | NUMBER | Stream amount | ||
ACTIVITY | VARCHAR2 | (4000) | Describes the state of the stream | |
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. | |
ID | NUMBER | Yes | Stream Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_ID
, CONTRACT_NUMBER
, ACTIVITY_CODE
, NAME
, STREAM_TYPE_PURPOSE_CODE
, STREAM_TYPE_PURPOSE
, LINE_NAME
, AMOUNT
, ACTIVITY
, PURPOSE_CODE
, PURPOSE
, ID
FROM APPS.OKL_ASST_STRMS_SUM_UV;
APPS.OKL_ASST_STRMS_SUM_UV is not referenced by any database object
|
|
|