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


VIEW: APPS.CSI_HZPTY_ADDRESSES_V

Object Details
Object Name: CSI_HZPTY_ADDRESSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSI.CSI_HZPTY_ADDRESSES_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


Customer Party Addresses view for the record groups.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LOCATION NUMBER (15) Yes Check the Base table for the column description.
DESCRIPTION VARCHAR2 (2000)
Check the Base table for the column description.
PARTY_NAME VARCHAR2 (360) 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.
START_DATE_ACTIVE DATE

Check the Base table for the column description.
END_DATE_ACTIVE DATE

Check the Base table for the column description.
STATUS VARCHAR2 (1) Yes Check the Base table for the column description.
IDENTIFYING_ADDRESS_FLAG VARCHAR2 (1) Yes Check the Base table for the column description.
PARTY_ID NUMBER (15) 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.
Query Text

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


SELECT LOCATION
,      DESCRIPTION
,      PARTY_NAME
,      PARTY_SITE_NAME
,      ADDRESS1
,      ADDRESS2
,      ADDRESS3
,      ADDRESS4
,      CITY
,      STATE
,      ZIP
,      COUNTRY
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      STATUS
,      IDENTIFYING_ADDRESS_FLAG
,      PARTY_ID
,      PARTY_SITE_NUMBER
,      PARTY_NUMBER
FROM APPS.CSI_HZPTY_ADDRESSES_V;

Dependencies

[top of page]

APPS.CSI_HZPTY_ADDRESSES_V references the following:

SchemaAPPS
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
APPS.CSI_HZPTY_ADDRESSES_V is referenced by following:

SchemaAPPS
ViewCSI_INST_CURRENT_LOCATION_V
ViewCSI_INST_INSTALL_LOCATION_V