[Home] [Help]
[Dependency Information]
Object Name: | AHL_OWNER_LOCATIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
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 |
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;
APPS.AHL_OWNER_LOCATIONS_V is not referenced by any database object
|
|
|