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


VIEW: APPS.XLE_LEGAL_CONTACTS_V

Object Details
Object Name: XLE_LEGAL_CONTACTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewXLE.XLE_LEGAL_CONTACTS_V
Subobject Name:
Status: VALID

XLE_LEGAL_CONTACTS_V view provides the users with access to information related to Legal Contacts

[View Source]

Columns
Name Datatype Length Mandatory Comments
ENTITY_ID NUMBER (15)
Owning Legal Entitys Contact ID orOwning Establishment Contact ID
ENTITY_TYPE VARCHAR2 (13)
LEGAL_ENTITY OR ESTABLISHMENT
ENTITY_PARTY_ID NUMBER (15)
Party ID of the Contacts Owning Legal Entity or Establishment
CONTACT_PARTY_ID NUMBER (15)
Party ID of the Legal Contact
CONTACT_NAME VARCHAR2 (360)
Name of the Legal Contact
CONTACT_LEGAL_ID VARCHAR2 (20)
Legal Representative ID of the Contact
ROLE CHAR (13)
Role of the Contact
TITLE VARCHAR2 (30)
Title of the Contact
CONTACT_NUMBER VARCHAR2 (30)
Contact Number
JOB_TITLE VARCHAR2 (4000)
Job title of the contact
Query Text

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


SELECT ENTITY_ID
,      ENTITY_TYPE
,      ENTITY_PARTY_ID
,      CONTACT_PARTY_ID
,      CONTACT_NAME
,      CONTACT_LEGAL_ID
,      ROLE
,      TITLE
,      CONTACT_NUMBER
,      JOB_TITLE
FROM APPS.XLE_LEGAL_CONTACTS_V;

Dependencies

[top of page]

APPS.XLE_LEGAL_CONTACTS_V references the following:

SchemaAPPS
SynonymHZ_ORG_CONTACTS
SynonymHZ_PARTIES
SynonymHZ_PERSON_PROFILES
SynonymHZ_RELATIONSHIPS
PL/SQL PackageXLE_CONTACT_GRP - show dependent code
SynonymXLE_ENTITY_PROFILES
SynonymXLE_ETB_PROFILES
APPS.XLE_LEGAL_CONTACTS_V is referenced by following:

SchemaAPPS
Package BodyZX_EXTRACT_PKG - show dependent code