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


VIEW: APPS.PA_DELIVERABLES_TASKS_V

Object Details
Object Name: PA_DELIVERABLES_TASKS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_DELIVERABLES_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
TASK_ID NUMBER (15) Yes System generated unique identifier of task
TASK_NAME VARCHAR2 (240) Yes User defined Task Name
TASK_NUMBER VARCHAR2 (100)
User defined Task Number
OUTLINE_NUMBER VARCHAR2 (240)
Outline number of the task
PROJECT_ID NUMBER (15) Yes Unique identifier of project to which task belongs
PARENT_STRUCTURE_VERSION_ID NUMBER (15)
Unique identifier of structiure version to which task belongs
RECORD_VERSION_NUMBER NUMBER (15)
System generated record version number
Query Text

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


SELECT TASK_ID
,      TASK_NAME
,      TASK_NUMBER
,      OUTLINE_NUMBER
,      PROJECT_ID
,      PARENT_STRUCTURE_VERSION_ID
,      RECORD_VERSION_NUMBER
FROM APPS.PA_DELIVERABLES_TASKS_V;

Dependencies

[top of page]

APPS.PA_DELIVERABLES_TASKS_V references the following:

SchemaAPPS
SynonymPA_PROJ_ELEMENTS
SynonymPA_PROJ_ELEMENT_VERSIONS

APPS.PA_DELIVERABLES_TASKS_V is not referenced by any database object