[Home] [Help]
[Dependency Information]
Object Name: | AHL_OWNER_DETAILS_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_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_NAME | VARCHAR2 | (360) | It is either PARTY_NAME from HZ_PARTIES or VENDOR_NAME from PO_VENDORS | |
OWNER_TYPE | VARCHAR2 | (30) | It is either PARTY_TYPE from HZ_PARTIES or VENDOR_TYPE_LOOKUP_CODE from PO_VENDORS | |
PARTY_TYPE | VARCHAR2 | (6) | It's value is either PARTY or VENDOR and is used to represent the source table to which the owner belongs to | |
ADDRESS | VARCHAR2 | (1268) | Address of the Owner, Valid only for PARTY_TYPE = PARTY. It is the concatenation of ADDRESS1, ADDRESS2, ADDRESS3, ADDRESS4, CITY, POSTAL CODE, STATE, PROVINCE and COUNTRY from HZ_PARTIES |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER_ID
, OWNER_NUMBER
, OWNER_NAME
, OWNER_TYPE
, PARTY_TYPE
, ADDRESS
FROM APPS.AHL_OWNER_DETAILS_V;
|
|
|