[Home] [Help]
[Dependency Information]
| Object Name: | PA_TASK_NAMES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_TASK_NAMES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
PA_PROJ_ELEMENTS
PA_PROJ_ELEMENT_VERSIONS
PA_PROJ_ELEM_VER_STRUCTURE
APPS.PA_TASK_NAMES_V is not referenced by any database object
|
|
|
|