[Home] [Help]
[Dependency Information]
| Object Name: | OKI_CUST_OLTP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Customer Dimension table
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_ID | NUMBER | (15) | Yes | Customer Unique Identification Number |
| CUSTOMER_NAME | VARCHAR2 | (360) | Yes | Customer Name |
| ALTERNATE_NAME | VARCHAR2 | (320) | Alternate name of the customer | |
| CUSTOMER_NUMBER | VARCHAR2 | (30) | Yes | Customer number |
| CUSTOMER_TYPE | VARCHAR2 | (30) | Yes | Type of the customer *Organization / Person etc) |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, CUSTOMER_NAME
, ALTERNATE_NAME
, CUSTOMER_NUMBER
, CUSTOMER_TYPE
FROM APPS.OKI_CUST_OLTP_V;
APPS
HZ_CUST_ACCOUNTS
HZ_PARTIES
APPS.OKI_CUST_OLTP_V is not referenced by any database object
|
|
|
|