[Home] [Help]
[Dependency Information]
| Object Name: | JTF_RS_PARTY_CONTACTS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_RS_PARTY_CONTACTS_VL
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
The list of party contacts
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTY_ID | NUMBER | (15) | Party Identifier | |
| PARTY_SITE_ID | NUMBER | (15) | Partt Address id | |
| CONTACT_ID | NUMBER | (15) | Contact Id | |
| CONTACT_NUMBER | VARCHAR2 | (30) | Contact Number | |
| CONTACT_NAME | VARCHAR2 | (360) | Contact Name | |
| PRIMARY_FLAG | VARCHAR2 | (1) | Primary Contact Flag ( value = 'Y" for primary contacts) |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, PARTY_SITE_ID
, CONTACT_ID
, CONTACT_NUMBER
, CONTACT_NAME
, PRIMARY_FLAG
FROM APPS.JTF_RS_PARTY_CONTACTS_VL;
APPS
HZ_ORG_CONTACTS
HZ_ORG_CONTACT_ROLES
HZ_PARTIES
HZ_RELATIONSHIPS
APPS
JTF_RS_PARTY_MERGE_PUB
- show dependent code
JTF_RS_RESOURCE_PUB
- show dependent code
JTF_TERR_QLFY_RSC_V
|
|
|
|