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


VIEW: APPS.ASO_I_PARTY_ADDRESSES_V

Object Details
Object Name: ASO_I_PARTY_ADDRESSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_PARTY_ADDRESSES_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
PARTY_ID NUMBER (15) Yes Party identifier and foreign key to HZ_PARTIES.
PARTY_SITE_ID NUMBER (15) Yes Party site identifier
LOCATION_ID NUMBER (15) Yes Location Identifier
IDENTIFYING_ADDRESS_FLAG VARCHAR2 (1) Yes Y or N indicates whether this is the identifying address for the party
STATUS VARCHAR2 (1) Yes
START_DATE_ACTIVE DATE

Effective start date for party site
END_DATE_ACTIVE DATE

Effective end date for party site
ADDRESS1 VARCHAR2 (240) Yes First line for address
ADDRESS2 VARCHAR2 (240)
Second line for address
ADDRESS3 VARCHAR2 (240)
Third line for address
ADDRESS4 VARCHAR2 (240)
Fourth line for address
CITY VARCHAR2 (60)
City
POSTAL_CODE VARCHAR2 (60)
Postal Code
STATE VARCHAR2 (60)
state
PROVINCE VARCHAR2 (60)
Province
COUNTY VARCHAR2 (60)
County
COUNTRY_CODE VARCHAR2 (60) Yes Country Code
COUNTRY VARCHAR2 (80) Yes Country
SITE_USE_TYPE VARCHAR2 (30) Yes
PRIMARY_PER_TYPE VARCHAR2 (0)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARTY_ID
,      PARTY_SITE_ID
,      LOCATION_ID
,      IDENTIFYING_ADDRESS_FLAG
,      STATUS
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ADDRESS1
,      ADDRESS2
,      ADDRESS3
,      ADDRESS4
,      CITY
,      POSTAL_CODE
,      STATE
,      PROVINCE
,      COUNTY
,      COUNTRY_CODE
,      COUNTRY
,      SITE_USE_TYPE
,      PRIMARY_PER_TYPE
FROM APPS.ASO_I_PARTY_ADDRESSES_V;

Dependencies

[top of page]

APPS.ASO_I_PARTY_ADDRESSES_V references the following:

SchemaAPPS
ViewFND_TERRITORIES_VL
SynonymHZ_LOCATIONS
SynonymHZ_PARTY_SITES
SynonymHZ_PARTY_SITE_USES

APPS.ASO_I_PARTY_ADDRESSES_V is not referenced by any database object