[Home] [Help]
[Dependency Information]
| Object Name: | OKL_POOL_CUSTOMERS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_POOL_CUSTOMERS_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 |
|---|---|---|---|---|
| DNZ_CHR_ID | NUMBER | Yes | Contract header identifier | |
| CUST_OBJECT1_ID1 | NUMBER | (15) | Yes | Customer account identifier |
| LESSEE | VARCHAR2 | (360) | Yes | Customer name |
| SIC_CODE | VARCHAR2 | (30) | Service industry code |
Cut, paste (and edit) the following text to query this object:
SELECT DNZ_CHR_ID
, CUST_OBJECT1_ID1
, LESSEE
, SIC_CODE
FROM APPS.OKL_POOL_CUSTOMERS_UV;
APPS
HZ_PARTIES
OKC_K_PARTY_ROLES_B
APPS
OKL_POOL_SRCH_PAYFREQ_V
OKL_POOL_SRCH_V
|
|
|
|