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


VIEW: APPS.AR_CUSTOMER_SEARCH_V

Object Details
Object Name: AR_CUSTOMER_SEARCH_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.AR_CUSTOMER_SEARCH_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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)
Query Text

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;

Dependencies

[top of page]

APPS.AR_CUSTOMER_SEARCH_V references the following:

SchemaAPPS
PL/SQL PackageARP_ADDR_PKG - show dependent code
ViewAR_ADDRESSES_V
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES

APPS.AR_CUSTOMER_SEARCH_V is not referenced by any database object