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


VIEW: APPS.ASO_PVT_CUSTOMER_PER_FIND_V

Object Details
Object Name: ASO_PVT_CUSTOMER_PER_FIND_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CUST_ACCOUNT_ID NUMBER (15)
Customer account identifier
CUSTOMER_NAME VARCHAR2 (360) Yes Name of this party
PERSON_FIRST_NAME VARCHAR2 (150)
First name of the person
PERSON_LAST_NAME VARCHAR2 (150)
Last or surname of the person
ACCOUNT_NUMBER VARCHAR2 (30)
Account Number
PARTY_NUMBER VARCHAR2 (30) Yes Unique identification number for this party
STATUS VARCHAR2 (1)
Customer status flag. Lookup code for CODE_STATUS
TAX_REG_NUMBER VARCHAR2 (50)
Taxpayer registration number, also known as the VAT number.
TAXPAYER_ID VARCHAR2 (20)
Taxpayer identification number. Used in Europe to identify customers. Also known as the fiscal code or NIF.
REFERENCE VARCHAR2 (240)
Unique customer identifier from foreign or legacy system
CUSTOMER_KEY VARCHAR2 (500)
Derived key used to facilitate fuzzy searches
CUSTOMER_TYPE VARCHAR2 (30) Yes The party type can only be Person, Organization, Group or Relationship.
PARTY_ID NUMBER (15) Yes Party identifier
PERSON_PHONE VARCHAR2 (80)
PERSON_PHONE_DISP VARCHAR2 (83)
PRIMARY_PHONE_FLAG VARCHAR2 (1)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CUST_ACCOUNT_ID
,      CUSTOMER_NAME
,      PERSON_FIRST_NAME
,      PERSON_LAST_NAME
,      ACCOUNT_NUMBER
,      PARTY_NUMBER
,      STATUS
,      TAX_REG_NUMBER
,      TAXPAYER_ID
,      REFERENCE
,      CUSTOMER_KEY
,      CUSTOMER_TYPE
,      PARTY_ID
,      PERSON_PHONE
,      PERSON_PHONE_DISP
,      PRIMARY_PHONE_FLAG
FROM APPS.ASO_PVT_CUSTOMER_PER_FIND_V;

Dependencies

[top of page]

APPS.ASO_PVT_CUSTOMER_PER_FIND_V references the following:

SchemaAPPS
SynonymHZ_CONTACT_POINTS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES

APPS.ASO_PVT_CUSTOMER_PER_FIND_V is not referenced by any database object