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


VIEW: APPS.PA_ORGANIZATIONS_RES_V

Object Details
Object Name: PA_ORGANIZATIONS_RES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_ORGANIZATIONS_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
ORGANIZATION_ID NUMBER (15) Yes
ORGANIZATION_NAME VARCHAR2 (60)
TRACK_AS_LABOR_FLAG CHAR (1)
UNIT_OF_MEASURE CHAR (5)
ROLLUP_QUANTITY_FLAG CHAR (1)
Query Text

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


SELECT ORGANIZATION_ID
,      ORGANIZATION_NAME
,      TRACK_AS_LABOR_FLAG
,      UNIT_OF_MEASURE
,      ROLLUP_QUANTITY_FLAG
FROM APPS.PA_ORGANIZATIONS_RES_V;

Dependencies

[top of page]

APPS.PA_ORGANIZATIONS_RES_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
PL/SQL PackageMO_GLOBAL - show dependent code
PL/SQL PackagePA_GET_RESOURCE - show dependent code
ViewPA_ORGANIZATIONS_EXPEND_V
APPS.PA_ORGANIZATIONS_RES_V is referenced by following:

SchemaAPPS
Package BodyPA_CREATE_RESOURCE - show dependent code
Package BodyPA_GET_RESOURCE - show dependent code
Package BodyPA_RESOURCE_PUB - show dependent code