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


VIEW: APPS.PA_PROJ_ORG_STRUCTURES_V

Object Details
Object Name: PA_PROJ_ORG_STRUCTURES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PROJ_ORG_STRUCTURES_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
ORG_ID NUMBER (15) Yes
BUSINESS_GROUP_ID NUMBER (15) Yes
ORGANIZATION_ID NUMBER (15) Yes
PARENT_ORG_ID NUMBER (15) Yes
ORGANIZATION_NAME VARCHAR2 (240) Yes
PARENT_ORG_NAME VARCHAR2 (240)

ORG_STRUCTURE_VERSION_ID NUMBER
Yes
PROJECT_ORG_FLAG CHAR (1)

Query Text

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


SELECT ORG_ID
,      BUSINESS_GROUP_ID
,      ORGANIZATION_ID
,      PARENT_ORG_ID
,      ORGANIZATION_NAME
,      PARENT_ORG_NAME
,      ORG_STRUCTURE_VERSION_ID
,      PROJECT_ORG_FLAG
FROM APPS.PA_PROJ_ORG_STRUCTURES_V;

Dependencies

[top of page]

APPS.PA_PROJ_ORG_STRUCTURES_V references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
PL/SQL PackageHR_GENERAL - show dependent code
SynonymHR_ORGANIZATION_INFORMATION
ViewHR_ORGANIZATION_UNITS
ViewHR_ORG_UNITS_NO_JOIN
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPA_IMPLEMENTATIONS
SynonymPER_ORG_STRUCTURE_ELEMENTS
SchemaSYS
TableDUAL

APPS.PA_PROJ_ORG_STRUCTURES_V is not referenced by any database object