[Home] [Help]
[Dependency Information]
Object Name: | JTF_ORG_CONTACTS_V |
---|---|
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.
JTF_ORG_CONTACTS_V retrieves all Contacts for a party.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RANK | VARCHAR2 | (30) | Importance of the contact relative to other contacts | |
JOB_TITLE | VARCHAR2 | (100) | Free form text for job title | |
DEPARTMENT | VARCHAR2 | (60) | Free form text used to name the department | |
DEPARTMENT_CODE | VARCHAR2 | (30) | List of values for possible department codes |
Cut, paste (and edit) the following text to query this object:
SELECT RANK
, JOB_TITLE
, DEPARTMENT
, DEPARTMENT_CODE
FROM APPS.JTF_ORG_CONTACTS_V;
APPS.JTF_ORG_CONTACTS_V is not referenced by any database object
|
|
|