[Home] [Help]
[Dependency Information]
| Object Name: | ARI_CUSTOMER_SEARCH_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.ARI_CUSTOMER_SEARCH_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_ID | NUMBER | (15) | Customer account identifier | |
| DETAILS_LEVEL | CHAR | (4) | ||
| CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
| CUSTOMER_NAME | VARCHAR2 | (360) | ||
| ADDRESS_ID | NUMBER | |||
| CONCATENATED_ADDRESS | VARCHAR2 | (4000) | ||
| CONTACT_NAME | VARCHAR2 | (0) | ||
| CONTACT_PHONE | VARCHAR2 | (0) | ||
| BILL_TO_SITE_USE_ID | NUMBER | |||
| SITE_USES | VARCHAR2 | (0) | ||
| ORG_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, DETAILS_LEVEL
, CUSTOMER_NUMBER
, CUSTOMER_NAME
, ADDRESS_ID
, CONCATENATED_ADDRESS
, CONTACT_NAME
, CONTACT_PHONE
, BILL_TO_SITE_USE_ID
, SITE_USES
, ORG_ID
FROM APPS.ARI_CUSTOMER_SEARCH_V;
APPS
ARP_ADDR_PKG
- show dependent code
FND_TERRITORIES_TL
HZ_CUST_ACCOUNTS
HZ_CUST_ACCT_SITES
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
APPS
ARW_SEARCH_CUSTOMERS
- show dependent code
ARW_SEARCH_CUSTOMERS
- show dependent code
|
|
|
|