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


VIEW: APPS.PA_FIN_LATEST_PUB_TASKS_V

Object Details
Object Name: PA_FIN_LATEST_PUB_TASKS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_FIN_LATEST_PUB_TASKS_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
ELEMENT_NAME VARCHAR2 (240)
User-defined long name of the element. This value is used for scheduling and progress reporting, and should be used for any new functionality related to Oracle Projects.
ELEMENT_NUMBER VARCHAR2 (100)
User-defined alphanumeric character that uniquely identifies the element within a project or structure
PROJ_ELEMENT_ID NUMBER (15)
The identifier of the project element
PROJECT_ID NUMBER (15)
The identifier of the project to which the structure version or task version belongs
STRUCTURE_TYPE_ID NUMBER (15)
The identifier of the structure type
STRUCTURE_TYPE_CLASS_CODE VARCHAR2 (30)
The structure type class code
STRUCTURE_TYPE VARCHAR2 (80)
The type of the structure type
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_LATEST_PUB_TASKS_V;

Dependencies

[top of page]

APPS.PA_FIN_LATEST_PUB_TASKS_V references the following:

SchemaAPPS
ViewPA_LOOKUPS
SynonymPA_PROJECT_STATUSES
SynonymPA_PROJ_ELEMENTS
SynonymPA_PROJ_ELEMENT_VERSIONS
SynonymPA_PROJ_ELEM_VER_STRUCTURE
SynonymPA_PROJ_STRUCTURE_TYPES
SynonymPA_STRUCTURE_TYPES
APPS.PA_FIN_LATEST_PUB_TASKS_V is referenced by following:

SchemaAPPS
Package BodyPA_CONTROL_API_PUB - show dependent code
Package BodyPA_CONTROL_API_PVT - show dependent code
Package BodyPA_CONTROL_ITEMS_PUB - show dependent code
Package BodyPA_CONTROL_ITEMS_UTILS - show dependent code