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


VIEW: APPS.PA_VENDORS_RES_V

Object Details
Object Name: PA_VENDORS_RES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_VENDORS_RES_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
VENDOR_ID NUMBER
Yes
VENDOR_NAME VARCHAR2 (240)
TRACK_AS_LABOR_FLAG CHAR (1)
UNIT_OF_MEASURE VARCHAR2 (0)
ROLLUP_QUANTITY_FLAG CHAR (1)
Query Text

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


SELECT VENDOR_ID
,      VENDOR_NAME
,      TRACK_AS_LABOR_FLAG
,      UNIT_OF_MEASURE
,      ROLLUP_QUANTITY_FLAG
FROM APPS.PA_VENDORS_RES_V;

Dependencies

[top of page]

APPS.PA_VENDORS_RES_V references the following:

SchemaAPPS
PL/SQL PackagePA_GET_RESOURCE - show dependent code
ViewPO_VENDORS
APPS.PA_VENDORS_RES_V is referenced by following:

SchemaAPPS
Package BodyPA_RESOURCE_PUB - show dependent code