[Home] [Help]
[Dependency Information]
| Object Name: | PA_FIN_LATEST_PUB_TASKS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_FIN_LATEST_PUB_TASKS_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 |
|---|---|---|---|---|
| ELEMENT_NAME | VARCHAR2 | (240) | User-defined long name of the element. This value is used for scheduling and progress reporting, and should be used for any new functionality related to Oracle Projects. | |
| ELEMENT_NUMBER | VARCHAR2 | (100) | User-defined alphanumeric character that uniquely identifies the element within a project or structure | |
| PROJ_ELEMENT_ID | NUMBER | (15) | The identifier of the project element | |
| PROJECT_ID | NUMBER | (15) | The identifier of the project to which the structure version or task version belongs | |
| STRUCTURE_TYPE_ID | NUMBER | (15) | The identifier of the structure type | |
| STRUCTURE_TYPE_CLASS_CODE | VARCHAR2 | (30) | The structure type class code | |
| STRUCTURE_TYPE | VARCHAR2 | (80) | The type of the structure type |
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_LATEST_PUB_TASKS_V;
APPS
PA_LOOKUPS
PA_PROJECT_STATUSES
PA_PROJ_ELEMENTS
PA_PROJ_ELEMENT_VERSIONS
PA_PROJ_ELEM_VER_STRUCTURE
PA_PROJ_STRUCTURE_TYPES
PA_STRUCTURE_TYPES
APPS
PA_CONTROL_API_PUB
- show dependent code
PA_CONTROL_API_PVT
- show dependent code
PA_CONTROL_ITEMS_PUB
- show dependent code
PA_CONTROL_ITEMS_UTILS
- show dependent code
|
|
|
|