DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.JTF_ORG_CONTACTS_V

Object Details
Object Name: JTF_ORG_CONTACTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_ORG_CONTACTS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


JTF_ORG_CONTACTS_V retrieves all Contacts for a party.


[View Source]

Columns
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RANK
,      JOB_TITLE
,      DEPARTMENT
,      DEPARTMENT_CODE
FROM APPS.JTF_ORG_CONTACTS_V;

Dependencies

[top of page]

APPS.JTF_ORG_CONTACTS_V references the following:

SchemaAPPS
SynonymHZ_ORG_CONTACTS

APPS.JTF_ORG_CONTACTS_V is not referenced by any database object