[Home] [Help]
[Dependency Information]
Object Name: | PA_FIN_WP_TASKS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
PA_FIN_WP_TASKS_V selects the tasks in the workplan structure, financial structure, or a shared structure.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ELEMENT_NAME | VARCHAR2 | (240) | The user-defined long name of the element | |
ELEMENT_NUMBER | VARCHAR2 | (100) | A user-defined alphanumeric character that uniquely identifies the element within a project or structure | |
PROJ_ELEMENT_ID | NUMBER | (15) | The identifier of the task | |
PROJECT_ID | NUMBER | (15) | The identifier of the project to which the task version belongs | |
STRUCTURE_TYPE_ID | NUMBER | (15) | The identifier of the structure type to which the task belongs | |
STRUCTURE_TYPE_CLASS_CODE | VARCHAR2 | (30) | The class code of the structure type | |
STRUCTURE_TYPE | VARCHAR2 | (80) | The type of the structure |
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_WP_TASKS_V;
APPS.PA_FIN_WP_TASKS_V is not referenced by any database object
|
|
|