[Home] [Help]
[Dependency Information]
Object Name: | OKL_BPD_CNTR_LVLNG_LNS_UV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Customer Account |
LOCATION_ID | NUMBER | (15) | Yes | Location |
COUNTER_ID | NUMBER | |||
COUNTER_NAME | VARCHAR2 | (80) | Counter Name | |
PRICE_LIST_ID | NUMBER | Yes | Primary Key of QP_LIST_HEADERS_B. System Generated ID | |
CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract Number |
ASSET_NAME | VARCHAR2 | (150) | Item name. |
Cut, paste (and edit) the following text to query this object:
SELECT CUST_ACCOUNT_ID
, LOCATION_ID
, COUNTER_ID
, COUNTER_NAME
, PRICE_LIST_ID
, CONTRACT_NUMBER
, ASSET_NAME
FROM APPS.OKL_BPD_CNTR_LVLNG_LNS_UV;
APPS.OKL_BPD_CNTR_LVLNG_LNS_UV is not referenced by any database object
|
|
|