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


VIEW: APPS.PA_TASK_NAMES_V

Object Details
Object Name: PA_TASK_NAMES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_TASK_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
TASK_NAME VARCHAR2 (240) Yes User-defined long name of the task
TASK_NUMBER VARCHAR2 (100)
User-defined number that uniquely identifies the task within a structure
DISPLAY_SEQUENCE NUMBER (15)
Identifies the display order of the task version within a structure version. This is a task-specific attribute.
ELEMENT_VERSION_ID NUMBER (15) Yes The identifier for the task version
STRUCTURE_VERSION_ID NUMBER (15)
The identifier for the structure version which the task version belongs
STRUCTURE_VERSION_NAME VARCHAR2 (240) Yes User-defined long name of the structure version
STRUCTURE_ID NUMBER (15) Yes The identifier of the structure to which the task belongs
PROJECT_ID NUMBER (15) Yes The identifier of the project to which the structure version or task version belongs
Query Text

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


SELECT TASK_NAME
,      TASK_NUMBER
,      DISPLAY_SEQUENCE
,      ELEMENT_VERSION_ID
,      STRUCTURE_VERSION_ID
,      STRUCTURE_VERSION_NAME
,      STRUCTURE_ID
,      PROJECT_ID
FROM APPS.PA_TASK_NAMES_V;

Dependencies

[top of page]

APPS.PA_TASK_NAMES_V references the following:

SchemaAPPS
SynonymPA_PROJ_ELEMENTS
SynonymPA_PROJ_ELEMENT_VERSIONS
SynonymPA_PROJ_ELEM_VER_STRUCTURE

APPS.PA_TASK_NAMES_V is not referenced by any database object