[Home] [Help]
[Dependency Information]
| Object Name: | OZF_SD_END_CUST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Stores the end customer details. Used in Outbound flow.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_HEADER_ID | NUMBER | Yes | Request header ID | |
| CUST_NAME | VARCHAR2 | (360) | End customer name | |
| DUNS_NUMBER | NUMBER | DUNS Number | ||
| CATEGORY_CODE | VARCHAR2 | (30) | Category code | |
| EMAIL_ADDRESS | VARCHAR2 | (2000) | End customer email | |
| PHONE_NUMBER | VARCHAR2 | (40) | End customer phone | |
| LOCATION_ID | NUMBER | Location ID of the end customer | ||
| CUST_ADD1 | VARCHAR2 | (240) | Address Line 1 of the end customer | |
| CUST_ADD2 | VARCHAR2 | (240) | Address Line 2 of the end customer | |
| CUST_ADD3 | VARCHAR2 | (240) | Address Line 3 of the end customer | |
| CUST_CITY | VARCHAR2 | (60) | city name | |
| CUST_COUNTRY | VARCHAR2 | (60) | country | |
| CUST_POSTAL_CODE | VARCHAR2 | (60) | zip code | |
| CUST_PO_BOX | VARCHAR2 | (50) | PO Box identifier | |
| SITE_USE_CODE | VARCHAR2 | (30) | site use code |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_HEADER_ID
, CUST_NAME
, DUNS_NUMBER
, CATEGORY_CODE
, EMAIL_ADDRESS
, PHONE_NUMBER
, LOCATION_ID
, CUST_ADD1
, CUST_ADD2
, CUST_ADD3
, CUST_CITY
, CUST_COUNTRY
, CUST_POSTAL_CODE
, CUST_PO_BOX
, SITE_USE_CODE
FROM APPS.OZF_SD_END_CUST_V;
APPS
HZ_CUST_ACCT_SITES
HZ_CUST_SITE_USES_ALL
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
OZF_SD_CUSTOMER_DETAILS
APPS.OZF_SD_END_CUST_V is not referenced by any database object
|
|
|
|