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


VIEW: APPS.JTF_HZ_PARTY_LOCATIONS_V

Object Details
Object Name: JTF_HZ_PARTY_LOCATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_HZ_PARTY_LOCATIONS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


JTF_HZ_LOCATIONS_V retreives information about locations. Other entities, such as parties, can reference the locations stored in this table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Id
PARTY_SITE_ID NUMBER (15) Yes Party site identifier
LOCATION_ID NUMBER (15) Yes Location Identifier
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
COUNTRY VARCHAR2 (60) Yes Country
Query Text

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


SELECT ROW_ID
,      PARTY_SITE_ID
,      LOCATION_ID
,      ADDRESS1
,      ADDRESS2
,      ADDRESS3
,      ADDRESS4
,      CITY
,      POSTAL_CODE
,      STATE
,      PROVINCE
,      COUNTRY
FROM APPS.JTF_HZ_PARTY_LOCATIONS_V;

Dependencies

[top of page]

APPS.JTF_HZ_PARTY_LOCATIONS_V references the following:

SchemaAPPS
SynonymHZ_LOCATIONS
SynonymHZ_PARTY_SITES

APPS.JTF_HZ_PARTY_LOCATIONS_V is not referenced by any database object