[Home] [Help]
[Dependency Information]
| Object Name: | OKL_SEC_INVESTOR_DTLS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_SEC_INVESTOR_DTLS_UV
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Investor Agreement Investor Details View
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| KHR_ID | NUMBER | Contract Identifier | ||
| INVESTOR_AGRMNT_NUMBER | VARCHAR2 | (120) | Investor Agreement Number | |
| INVESTOR_AGRMNT_STATUS | VARCHAR2 | (90) | Investor Agreement Status | |
| INVESTOR_AGRMNT_TYPE | VARCHAR2 | (80) | Investor Agreement Type | |
| STRM_TYPE_SUBCLASS | VARCHAR2 | (80) | Stream Type Subclass | |
| STRM_TYPE_PURPOSE | VARCHAR2 | (80) | Stream Type Purpose | |
| POOL_NUMBER | VARCHAR2 | (120) | Pool Number | |
| DISPLAY_IN_LEASE_CENTER | VARCHAR2 | (1) | Display in Lease Center indicator |
Cut, paste (and edit) the following text to query this object:
SELECT KHR_ID
, INVESTOR_AGRMNT_NUMBER
, INVESTOR_AGRMNT_STATUS
, INVESTOR_AGRMNT_TYPE
, STRM_TYPE_SUBCLASS
, STRM_TYPE_PURPOSE
, POOL_NUMBER
, DISPLAY_IN_LEASE_CENTER
FROM APPS.OKL_SEC_INVESTOR_DTLS_UV;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OKC_K_HEADERS_ALL_B
OKC_STATUSES_TL
OKL_K_HEADERS
OKL_POOLS
OKL_POOL_CONTENTS
OKL_STRM_TYPE_B
APPS.OKL_SEC_INVESTOR_DTLS_UV is not referenced by any database object
|
|
|
|