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


VIEW: APPS.PA_STRUCTURE_NAMES_V

Object Details
Object Name: PA_STRUCTURE_NAMES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_STRUCTURE_NAMES_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
STRUCTURE_NAME VARCHAR2 (240) Yes User-defined long name of the structure
ELEMENT_NUMBER VARCHAR2 (100)
User-defined number that uniquely identifies the element within a project or structure
PROJ_ELEMENT_ID NUMBER (15) Yes The identifier for the project structure
PROJECT_ID NUMBER (15) Yes The identifier of the project to which the element belongs
PROJECT_NAME VARCHAR2 (30) Yes The name of the project to which the element belongs
STRUCTURE_TYPE_ID NUMBER (15) Yes The identifier of the structure type
WORKPLAN VARCHAR2 (80) Yes
WORKPLAN_FLAG VARCHAR2 (30) Yes
FINANCIAL VARCHAR2 (80) Yes
FINANCIAL_FLAG VARCHAR2 (30) Yes
STRUCTURE_TYPE VARCHAR2 (150) Yes
Query Text

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


SELECT STRUCTURE_NAME
,      ELEMENT_NUMBER
,      PROJ_ELEMENT_ID
,      PROJECT_ID
,      PROJECT_NAME
,      STRUCTURE_TYPE_ID
,      WORKPLAN
,      WORKPLAN_FLAG
,      FINANCIAL
,      FINANCIAL_FLAG
,      STRUCTURE_TYPE
FROM APPS.PA_STRUCTURE_NAMES_V;

Dependencies

[top of page]

APPS.PA_STRUCTURE_NAMES_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymPA_PROJECTS_ALL
PL/SQL PackagePA_PROJECT_STRUCTURE_UTILS - show dependent code
SynonymPA_PROJ_ELEMENTS
SynonymPA_PROJ_STRUCTURE_TYPES
SynonymPA_STRUCTURE_TYPES

APPS.PA_STRUCTURE_NAMES_V is not referenced by any database object