DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKS_CUST_PRODUCTS_V

Object Details
Object Name: OKS_CUST_PRODUCTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_CUST_PRODUCTS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CLE_ID NUMBER

Unique Identifier for Contract Line.
EFFECTIVE_START_DATE DATE

Effective Start Date of the Contract Line
EFFECTIVE_END_DATE DATE

Effective End Date of the Contract Line
PRODUCT_NAME VARCHAR2 (240)
Product's Inventory Item Name (Derived from Segment1)
CURRENT_SERIAL_NUMBER VARCHAR2 (30)
Current Serial Number of the product
ADDRESS VARCHAR2 (960)
Address where the Product is installed
INSTALLATION_DATE DATE

Product Installation Date
QUANTITY NUMBER
Yes Quantity Of the Product
UOM_CODE VARCHAR2 (3) Yes Unit Of Measure Code
REFERENCE_NUMBER VARCHAR2 (30) Yes Reference Number of the Product
NET_AMOUNT NUMBER

Original Net Amount of the product
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CLE_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      PRODUCT_NAME
,      CURRENT_SERIAL_NUMBER
,      ADDRESS
,      INSTALLATION_DATE
,      QUANTITY
,      UOM_CODE
,      REFERENCE_NUMBER
,      NET_AMOUNT
FROM APPS.OKS_CUST_PRODUCTS_V;

Dependencies

[top of page]

APPS.OKS_CUST_PRODUCTS_V references the following:

SchemaAPPS
PL/SQL PackageARP_ADDR_LABEL_PKG - show dependent code
PL/SQL PackageCSICUMPI_PUB - show dependent code
ViewOKC_K_ITEMS_V
ViewOKC_K_LINES_V
ViewOKX_CUSTOMER_PRODUCTS_V
ViewOKX_PARTY_SITE_USES_V

APPS.OKS_CUST_PRODUCTS_V is not referenced by any database object