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


VIEW: APPS.OKL_AM_PARTY_SHIP_TO_UV

Object Details
Object Name: OKL_AM_PARTY_SHIP_TO_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_AM_PARTY_SHIP_TO_UV
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PARTY_NAME VARCHAR2 (360) Yes Name of this party
PRIMARY_PER_TYPE VARCHAR2 (1)
Indicates if this is the primary use for this site. Y for the primary site, N for all other sites.
SITE_USE_TYPE VARCHAR2 (30) Yes Site use type
ADDRESS1 VARCHAR2 (240)
First line for address
ADDRESS2 VARCHAR2 (240)
Second line for address
ADDRESS3 VARCHAR2 (240)
Third line for address
CITY VARCHAR2 (60)
City
STATE VARCHAR2 (60)
State
POSTAL_CODE VARCHAR2 (60)
Postal code
COUNTRY VARCHAR2 (60)
Country code from the TERRITORY_CODE column in the FND_TERRITORY table
PARTY_ID NUMBER (15) Yes Identifier for the party. Foreign key to the HZ_PARTIES table.
LOCATION_ID NUMBER (15) Yes Identifier for the party site. Foreign key to the HZ_LOCATIONS table.
CONTACT VARCHAR2 (0)
Name of this party
PARTY_SITE_ID NUMBER (15) Yes Party site identifier
END_DATE_ACTIVE DATE

No longer used
STATUS VARCHAR2 (1) Yes Status
CONTACT_PARTY_ID VARCHAR2 (0)
Query Text

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


SELECT PARTY_NAME
,      PRIMARY_PER_TYPE
,      SITE_USE_TYPE
,      ADDRESS1
,      ADDRESS2
,      ADDRESS3
,      CITY
,      STATE
,      POSTAL_CODE
,      COUNTRY
,      PARTY_ID
,      LOCATION_ID
,      CONTACT
,      PARTY_SITE_ID
,      END_DATE_ACTIVE
,      STATUS
,      CONTACT_PARTY_ID
FROM APPS.OKL_AM_PARTY_SHIP_TO_UV;

Dependencies

[top of page]

APPS.OKL_AM_PARTY_SHIP_TO_UV references the following:

SchemaAPPS
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
SynonymHZ_PARTY_SITE_USES
APPS.OKL_AM_PARTY_SHIP_TO_UV is referenced by following:

SchemaAPPS
ViewOKL_AM_SHIP_PARTIES_UV