DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ASO_I_ACCT_SITE_ADDR_V

Object Details
Object Name: ASO_I_ACCT_SITE_ADDR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_ACCT_SITE_ADDR_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.ASO_I_ACCT_SITE_ADDR_V references the following:

SchemaAPPS
ViewFND_TERRITORIES_VL
SynonymHZ_CUST_ACCT_SITES_ALL
SynonymHZ_CUST_SITE_USES_ALL
SynonymHZ_LOCATIONS
SynonymHZ_LOC_ASSIGNMENTS
SynonymHZ_PARTY_SITES

APPS.ASO_I_ACCT_SITE_ADDR_V is not referenced by any database object