[Home] [Help]
[Dependency Information]
| Object Name: | PA_CUSTOMER_CONTACT_NAMES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_CUSTOMER_CONTACT_NAMES_V
|
| 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_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) |
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;
APPS
HZ_CUST_ACCOUNT_ROLES
HZ_CUST_ACCT_SITES
HZ_ORG_CONTACTS
HZ_PARTIES
HZ_RELATIONSHIPS
HZ_ROLE_RESPONSIBILITY
APPS
PA_CUSTOMERS_CONTACTS_UTILS
- show dependent code
|
|
|
|