[Home] [Help]
[Dependency Information]
| Object Name: | ASO_I_ACCT_SITE_ADDR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ASO.ASO_I_ACCT_SITE_ADDR_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUST_ACCT_ID | NUMBER | (15) | Yes | customer account id. foreign key reference to hz_cust_accounts_all |
| ADDRESS_ID | NUMBER | (15) | Yes | address identifier |
| SITE_USE_ID | NUMBER | (15) | Yes | site use id. foreign key to hz_site_uses |
| SITE_USE_CODE | VARCHAR2 | (30) | Yes | type of site use (e.g., bill, ship) |
| ADDRESS1 | VARCHAR2 | (240) | Yes | line 1 of the address |
| ADDRESS2 | VARCHAR2 | (240) | line 2 of the address | |
| ADDRESS3 | VARCHAR2 | (240) | line 3 of the address | |
| ADDRESS4 | VARCHAR2 | (240) | line 4 of the address | |
| CITY | VARCHAR2 | (60) | city | |
| STATE | VARCHAR2 | (60) | state | |
| POSTAL_CODE | VARCHAR2 | (60) | postal code | |
| PROVINCE | VARCHAR2 | (60) | province | |
| COUNTY | VARCHAR2 | (60) | county | |
| COUNTRY | VARCHAR2 | (80) | Yes | country |
| COUNTRY_CODE | VARCHAR2 | (60) | Yes | country code |
Cut, paste (and edit) the following text to query this object:
SELECT CUST_ACCT_ID
, ADDRESS_ID
, SITE_USE_ID
, SITE_USE_CODE
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, STATE
, POSTAL_CODE
, PROVINCE
, COUNTY
, COUNTRY
, COUNTRY_CODE
FROM APPS.ASO_I_ACCT_SITE_ADDR_V;
APPS
FND_TERRITORIES_VL
HZ_CUST_ACCT_SITES_ALL
HZ_CUST_SITE_USES_ALL
HZ_LOCATIONS
HZ_LOC_ASSIGNMENTS
HZ_PARTY_SITES
APPS.ASO_I_ACCT_SITE_ADDR_V is not referenced by any database object
|
|
|
|