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


VIEW: APPS.PA_FIN_WP_TASKS_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


PA_FIN_WP_TASKS_V selects the tasks in the workplan structure, financial structure, or a shared structure.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ELEMENT_NAME VARCHAR2 (240)
The user-defined long name of the element
ELEMENT_NUMBER VARCHAR2 (100)
A user-defined alphanumeric character that uniquely identifies the element within a project or structure
PROJ_ELEMENT_ID NUMBER (15)
The identifier of the task
PROJECT_ID NUMBER (15)
The identifier of the project to which the task version belongs
STRUCTURE_TYPE_ID NUMBER (15)
The identifier of the structure type to which the task belongs
STRUCTURE_TYPE_CLASS_CODE VARCHAR2 (30)
The class code of the structure type
STRUCTURE_TYPE VARCHAR2 (80)
The type of the structure
Query Text

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


SELECT ELEMENT_NAME
,      ELEMENT_NUMBER
,      PROJ_ELEMENT_ID
,      PROJECT_ID
,      STRUCTURE_TYPE_ID
,      STRUCTURE_TYPE_CLASS_CODE
,      STRUCTURE_TYPE
FROM APPS.PA_FIN_WP_TASKS_V;

Dependencies

[top of page]

APPS.PA_FIN_WP_TASKS_V references the following:

SchemaAPPS
ViewPA_LOOKUPS
SynonymPA_PROJ_ELEMENTS
SynonymPA_PROJ_ELEM_VER_STRUCTURE
SynonymPA_PROJ_STRUCTURE_TYPES
SynonymPA_STRUCTURE_TYPES

APPS.PA_FIN_WP_TASKS_V is not referenced by any database object