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


VIEW: APPS.AHL_OWNER_DETAILS_V

Object Details
Object Name: AHL_OWNER_DETAILS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAHL.AHL_OWNER_DETAILS_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_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
Query Text

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;

Dependencies

[top of page]

APPS.AHL_OWNER_DETAILS_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
ViewPO_VENDORS
APPS.AHL_OWNER_DETAILS_V is referenced by following:

SchemaAPPS
Package BodyAHL_FMP_COMMON_PVT - show dependent code
Package BodyAHL_FMP_EFFECTIVITY_DTL_PVT - show dependent code