[Home] [Help]
[Dependency Information]
| Object Name: | CSI_HZCA_SITE_USES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSI.CSI_HZCA_SITE_USES_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Customer Account Site uses view for 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. |
| SITE_USE_ID | NUMBER | (15) | Yes | Check the Base table for the column description. |
| SITE_USE_CODE | VARCHAR2 | (30) | Yes | Check the Base table for the column description. |
| STATUS | VARCHAR2 | (1) | 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. |
| PARTY_ID | NUMBER | (15) | Yes | Check the Base table for the column description. |
| PARTY_SITE_NAME | VARCHAR2 | (240) | Check the Base table for the column description. | |
| ADDRESS1 | VARCHAR2 | (240) | Yes | Check the Base table for the column description. |
| ADDRESS2 | VARCHAR2 | (240) | Check the Base table for the column description. | |
| ADDRESS3 | VARCHAR2 | (240) | Check the Base table for the column description. | |
| ADDRESS4 | VARCHAR2 | (240) | Check the Base table for the column description. | |
| CITY | VARCHAR2 | (60) | Check the Base table for the column description. | |
| STATE | VARCHAR2 | (60) | Check the Base table for the column description. | |
| ZIP | VARCHAR2 | (60) | Check the Base table for the column description. | |
| COUNTRY | VARCHAR2 | (60) | Yes | Check the Base table for the column description. |
| PARTY_SITE_NUMBER | VARCHAR2 | (30) | Yes | Check the Base table for the column description. |
| PARTY_NUMBER | VARCHAR2 | (30) | Yes | Check the Base table for the column description. |
| PARTY_SITE_STATUS | VARCHAR2 | (1) | 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
, SITE_USE_ID
, SITE_USE_CODE
, STATUS
, PARTY_ADDRESS1
, PARTY_ADDRESS2
, PARTY_ADDRESS3
, CUST_ACCOUNT_ID
, PARTY_ID
, PARTY_SITE_NAME
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, STATE
, ZIP
, COUNTRY
, PARTY_SITE_NUMBER
, PARTY_NUMBER
, PARTY_SITE_STATUS
FROM APPS.CSI_HZCA_SITE_USES_V;
APPS
HZ_CUST_ACCT_SITES_ALL
HZ_CUST_SITE_USES_ALL
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
APPS.CSI_HZCA_SITE_USES_V is not referenced by any database object
|
|
|
|