[Home] [Help]
[Dependency Information]
Object Name: | AR_CONTACTS_ACTIVE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
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 |
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;
APPS.AR_CONTACTS_ACTIVE_V is not referenced by any database object
|
|
|