[Home] [Help]
[Dependency Information]
Object Name: | PA_FIN_LATEST_PUB_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 |
---|---|---|---|---|
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;
|
|
|