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


VIEW: APPS.PA_CUSTOMER_CONTACT_NAMES_V

Object Details
Object Name: PA_CUSTOMER_CONTACT_NAMES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_CUSTOMER_CONTACT_NAMES_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
CONTACT_NAME VARCHAR2 (92)
Contact name
JOB_TITLE VARCHAR2 (100)
Contact job title (free form text)
CONTACT_ID NUMBER (15)
Contact identifier
CUSTOMER_ID NUMBER (15)
Customer identifier
USAGE_CODE VARCHAR2 (30)
Revenue accounting lookup code for 'SITE_USE_CODE'
ADDRESS_ID NUMBER (15)
Query Text

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


SELECT CONTACT_NAME
,      JOB_TITLE
,      CONTACT_ID
,      CUSTOMER_ID
,      USAGE_CODE
,      ADDRESS_ID
FROM APPS.PA_CUSTOMER_CONTACT_NAMES_V;

Dependencies

[top of page]

APPS.PA_CUSTOMER_CONTACT_NAMES_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNT_ROLES
SynonymHZ_CUST_ACCT_SITES
SynonymHZ_ORG_CONTACTS
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS
SynonymHZ_ROLE_RESPONSIBILITY
APPS.PA_CUSTOMER_CONTACT_NAMES_V is referenced by following:

SchemaAPPS
Package BodyPA_CUSTOMERS_CONTACTS_UTILS - show dependent code