[Home] [Help]
[Dependency Information]
| Object Name: | CSI_HZPTY_CONTACTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSI.CSI_HZPTY_CONTACTS_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Customer Party Contacts View for the record groups.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTY_NAME | VARCHAR2 | (360) | Yes | Check the Base table for the column description. |
| PARTY_NUMBER | VARCHAR2 | (30) | Yes | Check the Base table for the column description. |
| PARTY_ID | NUMBER | (15) | Yes | Check the Base table for the column description. |
| PARTY_TYPE | VARCHAR2 | (30) | Yes | Check the Base table for the column description. |
| MEANING | VARCHAR2 | (80) | Check the Base table for the column description. | |
| SORT_ORDER | VARCHAR2 | (30) | Check the Base table for the column description. | |
| ORIGINAL_PARTY_ID | NUMBER | (15) | Yes | Check the Base table for the column description. |
| RELATIONSHIP_TYPE | VARCHAR2 | (30) | Yes | Check the Base table for the column description. |
| RELATIONSHIP_MEANING | VARCHAR2 | (80) | Check the Base table for the column description. | |
| ORG_CONTACT_STATUS | VARCHAR2 | (0) | Check the Base table for the column description. | |
| RELATIONSHIP_STATUS | VARCHAR2 | (1) | Yes | Check the Base table for the column description. |
| RELATIONSHIP_START_DATE | DATE | Yes | Check the Base table for the column description. | |
| RELATIONSHIP_END_DATE | DATE | Check the Base table for the column description. | ||
| ADDRESS | VARCHAR2 | (1207) | Check the Base table for the column description. |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_NAME
, PARTY_NUMBER
, PARTY_ID
, PARTY_TYPE
, MEANING
, SORT_ORDER
, ORIGINAL_PARTY_ID
, RELATIONSHIP_TYPE
, RELATIONSHIP_MEANING
, ORG_CONTACT_STATUS
, RELATIONSHIP_STATUS
, RELATIONSHIP_START_DATE
, RELATIONSHIP_END_DATE
, ADDRESS
FROM APPS.CSI_HZPTY_CONTACTS_V;
APPS
AR_LOOKUPS
HZ_ORG_CONTACTS
HZ_PARTIES
HZ_RELATIONSHIPS
APPS.CSI_HZPTY_CONTACTS_V is not referenced by any database object
|
|
|
|