[Home] [Help]
[Dependency Information]
| Object Name: | AR_CUSTOMER_SEARCH_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_CUSTOMER_SEARCH_V
|
| 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 |
|---|---|---|---|---|
| CUSTOMER_ID | NUMBER | (15) | Customer account identifier | |
| DETAILS_LEVEL | CHAR | (4) | ||
| CUSTOMER_NUMBER | VARCHAR2 | (30) | ||
| CUSTOMER_NAME | VARCHAR2 | (50) | ||
| 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) |
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
FROM APPS.AR_CUSTOMER_SEARCH_V;
APPS
ARP_ADDR_PKG
- show dependent code
AR_ADDRESSES_V
HZ_CUST_ACCOUNTS
HZ_PARTIES
APPS.AR_CUSTOMER_SEARCH_V is not referenced by any database object
|
|
|
|