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


VIEW: APPS.AR_CONTACTS_ACTIVE_V

Object Details
Object Name: AR_CONTACTS_ACTIVE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.AR_CONTACTS_ACTIVE_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_ID NUMBER (15) Yes Unique identifier for the role played by the party in the customer account
CONTACT_NAME VARCHAR2 (360) Yes Name of this party
JOB_TITLE VARCHAR2 (100)
Free form text for job title
CUSTOMER_ID NUMBER (15) Yes Foreign key to the HZ_CUST_ACCOUNTS table
ADDRESS_ID NUMBER (15)
Customer account site identifier. Foreign key to the HZ_CUST_ACCT_SITES_ALL table
Query Text

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


SELECT CONTACT_ID
,      CONTACT_NAME
,      JOB_TITLE
,      CUSTOMER_ID
,      ADDRESS_ID
FROM APPS.AR_CONTACTS_ACTIVE_V;

Dependencies

[top of page]

APPS.AR_CONTACTS_ACTIVE_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNT_ROLES
SynonymHZ_ORG_CONTACTS
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS

APPS.AR_CONTACTS_ACTIVE_V is not referenced by any database object