[Home] [Help]
[Dependency Information]
| Object Name: | OKL_AM_REMARKET_CUSTOMERS_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_AM_REMARKET_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 |
|---|---|---|---|---|
| CUSTOMER_ID | NUMBER | Customer to whom the item is sold to | ||
| CUSTOMER_NAME | VARCHAR2 | (360) | Yes | Name of this party |
| CUSTOMER_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this party |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, CUSTOMER_NAME
, CUSTOMER_NUMBER
FROM APPS.OKL_AM_REMARKET_CUSTOMERS_UV;
APPS
HZ_CUST_ACCOUNTS
HZ_PARTIES
OE_ORDER_LINES_ALL
OKL_ASSET_RETURNS_B
APPS.OKL_AM_REMARKET_CUSTOMERS_UV is not referenced by any database object
|
|
|
|