[Home] [Help]
[Dependency Information]
| Object Name: | CSI_HZCA_ADDRESSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSI.CSI_HZCA_ADDRESSES_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Customer Account Address View for the record groups.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTY_CITY | VARCHAR2 | (60) | Check the Base table for the column description. | |
| PARTY_ADDRESS | VARCHAR2 | (1207) | Check the Base table for the column description. | |
| PARTY_NAME | VARCHAR2 | (360) | Yes | Check the Base table for the column description. |
| CUST_ACCT_SITE_ID | NUMBER | (15) | Yes | Check the Base table for the column description. |
| PARTY_ADDRESS1 | VARCHAR2 | (240) | Yes | Check the Base table for the column description. |
| PARTY_ADDRESS2 | VARCHAR2 | (240) | Check the Base table for the column description. | |
| PARTY_ADDRESS3 | VARCHAR2 | (220) | Check the Base table for the column description. | |
| CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Check the Base table for the column description. |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_CITY
, PARTY_ADDRESS
, PARTY_NAME
, CUST_ACCT_SITE_ID
, PARTY_ADDRESS1
, PARTY_ADDRESS2
, PARTY_ADDRESS3
, CUST_ACCOUNT_ID
FROM APPS.CSI_HZCA_ADDRESSES_V;
APPS
HZ_CUST_ACCT_SITES_ALL
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
APPS.CSI_HZCA_ADDRESSES_V is not referenced by any database object
|
|
|
|