[Home] [Help]
[Dependency Information]
| Object Name: | OKL_BPD_CUST_LIST_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_BPD_CUST_LIST_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 |
|---|---|---|---|---|
| CUSTOMER_NUMBER | VARCHAR2 | (30) | Yes | Account Number |
| CUSTOMER_NAME | VARCHAR2 | (50) | ||
| BILL_TO_SITE_USE_ID | NUMBER | (15) | Yes | |
| CUSTOMER_ACCT_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_NUMBER
, CUSTOMER_NAME
, BILL_TO_SITE_USE_ID
, CUSTOMER_ACCT_ID
FROM APPS.OKL_BPD_CUST_LIST_UV;
APPS
ARP_ADDR_LABEL_PKG
- show dependent code
HZ_CUST_ACCOUNTS
HZ_PARTIES
OKC_K_HEADERS_B
OKX_CUST_SITE_USES_V
APPS.OKL_BPD_CUST_LIST_UV is not referenced by any database object
|
|
|
|