[Home] [Help]
[Dependency Information]
Object Name: | JTF_RS_PARTY_CONTACTS_VL |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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;
|
|
|