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


VIEW: APPS.POA_SUPPLIER_SITES_V

Object Details
Object Name: POA_SUPPLIER_SITES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


DBI Supplier Dimension view for supplier site level


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes id
VALUE VARCHAR2 (501)
value
VENDOR_ID NUMBER
Yes Supplier Id
ORG_ID NUMBER

Operating Unit associated with this supplier site
CREATION_DATE DATE
Yes Creation Date of Supplier Site
LAST_UPDATE_DATE DATE
Yes Last Update Date
Query Text

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


SELECT ID
,      VALUE
,      VENDOR_ID
,      ORG_ID
,      CREATION_DATE
,      LAST_UPDATE_DATE
FROM APPS.POA_SUPPLIER_SITES_V;

Dependencies

[top of page]

APPS.POA_SUPPLIER_SITES_V references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
ViewPO_VENDORS
ViewPO_VENDOR_SITES_ALL
APPS.POA_SUPPLIER_SITES_V is referenced by following:

SchemaAPPS
Package BodyPOA_DBI_SUTIL_PKG - show dependent code