[Home] [Help]
[Dependency Information]
| Object Name: | OKL_STREAMS_CONTRACT_SEARCH_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_STREAMS_CONTRACT_SEARCH_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 |
|---|---|---|---|---|
| ID | NUMBER | Yes | Primary key column. | |
| CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract (RFP,Proposal etc.) Legal Identifier. |
| STATUS | VARCHAR2 | (90) | Yes | Short meaning associated with code value. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, CONTRACT_NUMBER
, STATUS
FROM APPS.OKL_STREAMS_CONTRACT_SEARCH_UV;
APPS
OKC_K_HEADERS_B
OKC_STATUSES_TL
APPS.OKL_STREAMS_CONTRACT_SEARCH_UV is not referenced by any database object
|
|
|
|