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


VIEW: APPS.AHL_OWNER_LOCATIONS_V

Object Details
Object Name: AHL_OWNER_LOCATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAHL.AHL_OWNER_LOCATIONS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER_SITE_ID NUMBER

It is either HZ_PARTY_SITE_ID from HZ_PARTY_SITES or VENDOR_SITE_ID from PO_VENDOR_SITES_ALL
OWNER_ID NUMBER

It is either PARTY_ID from HZ_PARTIES or VENDOR_ID from PO_VENDORS
OWNER_NUMBER VARCHAR2 (30)
It is either PARTY_NUMBER from HZ_PARTIES or SEGMENT1 from PO_VENDORS
OWNER_SITE_NUMBER VARCHAR2 (30)
It is either PARTY_SITE_NUMBER from HZ_PARTY_SITES or VENDOR_SITE_CODE from PO_VENDOR_SITES_ALL
PARTY_TYPE VARCHAR2 (6)
It's value is either PARTY or VENDOR and is used to represent the source table to which the owner site belongs to
ADDRESS VARCHAR2 (1267)
It is the concatenation of ADDRESS1, ADDRESS2, ADDRESS3, ADDRESS4, CITY, POSTAL_CODE, STATE, PROVINCE and COUNTRY from HZ_PARTY_SITES or the concatenation of ADDRESS_LINE1, ADDRESS_LINE2, ADDRESS_LINE3, CITY, STATE, ZIP, PROVINCE and COUNTRY from PO_VENDOR_SITES_ALL
Query Text

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


SELECT OWNER_SITE_ID
,      OWNER_ID
,      OWNER_NUMBER
,      OWNER_SITE_NUMBER
,      PARTY_TYPE
,      ADDRESS
FROM APPS.AHL_OWNER_LOCATIONS_V;

Dependencies

[top of page]

APPS.AHL_OWNER_LOCATIONS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
PL/SQL PackageMO_GLOBAL - show dependent code
ViewPO_VENDORS
ViewPO_VENDOR_SITES_ALL

APPS.AHL_OWNER_LOCATIONS_V is not referenced by any database object