[Home] [Help]
[Dependency Information]
Object Name: | CSI_HZPTY_ADDRESSES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Customer Party Addresses view for the record groups.
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. |
Name | Datatype | Length | Mandatory | Comments |
---|
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;
|
|
|