[Home] [Help]
[Dependency Information]
| Object Name: | PA_ASSET_INFO_GTEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_ASSET_INFO_GTEMP
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | Yes | The system generated number that uniquely identifies the project. |
| TASK_ID | NUMBER | (15) | Yes | The system generated number that uniquely identifies the task within a project. |
| TASK_NUMBER | VARCHAR2 | (25) | Yes | User-defined number that uniquely identifies the task within a project. |
| TASK_NAME | VARCHAR2 | (20) | Yes | User-defined name that uniquely identifies the task within a project. |
| PARENT_TASK_ID | NUMBER | (15) | The identifier of the parent task that owns this task | |
| WBS_LEVEL | NUMBER | (3) | The level of the task in the Work breakdown structure | |
| CAPITALIZABLE_COST | NUMBER | (22) | Open CIP cost | |
| RETIRABLE_COST | NUMBER | (22) | Open RWIP cost | |
| CAPITALIZED_COST | NUMBER | (22) | Interfaced CIP Cost | |
| RETIRED_COST | NUMBER | (22) | Interfaced RWIP Cost | |
| TOTAL_CAP_COST | NUMBER | (22) | Total cost for capitalizable tasks | |
| TOTAL_RET_COST | NUMBER | (22) | Total cost for retirement tasks |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, TASK_ID
, TASK_NUMBER
, TASK_NAME
, PARENT_TASK_ID
, WBS_LEVEL
, CAPITALIZABLE_COST
, RETIRABLE_COST
, CAPITALIZED_COST
, RETIRED_COST
, TOTAL_CAP_COST
, TOTAL_RET_COST
FROM PA.PA_ASSET_INFO_GTEMP;
PA.PA_ASSET_INFO_GTEMP does not reference any database object
PA.PA_ASSET_INFO_GTEMP is referenced by following:
PA
PA_ASSET_INFO_GTEMP#
|
|
|
|