[Home] [Help]
[Dependency Information]
| Object Name: | XLE_LEGAL_CONTACTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XLE.XLE_LEGAL_CONTACTS_V
|
| Subobject Name: | |
| Status: | VALID |
XLE_LEGAL_CONTACTS_V view provides the users with access to information related to Legal Contacts
| 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 |
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;
APPS
HZ_ORG_CONTACTS
HZ_PARTIES
HZ_PERSON_PROFILES
HZ_RELATIONSHIPS
XLE_CONTACT_GRP
- show dependent code
XLE_ENTITY_PROFILES
XLE_ETB_PROFILES
APPS
ZX_EXTRACT_PKG
- show dependent code
|
|
|
|