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


VIEW: APPS.OKL_AM_PARTY_LOCATION_UV

Object Details
Object Name: OKL_AM_PARTY_LOCATION_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_AM_PARTY_LOCATION_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
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.
PARTY_SITE_ID NUMBER (15) Yes Party site identifier
PARTY_SITE_USE_ID NUMBER (15) Yes Party site use identifier
END_DATE_ACTIVE DATE

No longer used
STATUS VARCHAR2 (1) Yes Status
ADDRESS1 VARCHAR2 (240) Yes 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) Yes Country code from the TERRITORY_CODE column in the FND_TERRITORY table
LOCATION_ADDRESS VARCHAR2 (80)
CONTACT VARCHAR2 (0)
CONTACT_PARTY_ID NUMBER

Query Text

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


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

Dependencies

[top of page]

APPS.OKL_AM_PARTY_LOCATION_UV references the following:

SchemaAPPS
PL/SQL PackageARP_ADDR_LABEL_PKG - show dependent code
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
SynonymHZ_PARTY_SITE_USES

APPS.OKL_AM_PARTY_LOCATION_UV is not referenced by any database object