[Home] [Help]
[Dependency Information]
Object Name: | PA_DELIVERABLES_TASKS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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_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 |
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;
APPS.PA_DELIVERABLES_TASKS_V is not referenced by any database object
|
|
|