[Home] [Help]
[Dependency Information]
| Object Name: | PJI_PRD_PER_COMPLETE_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | PJI |
| Subobject Name: | |
| Status: | VALID |
This table stores the percent complete of a task by period id
PJI.PJI_PRD_PER_COMPLETE_TMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERIOD_ID | NUMBER | Period Id | ||
| COMPLETED_PERCENTAGE | NUMBER | Completed Percentage |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_ID
, COMPLETED_PERCENTAGE
FROM PJI.PJI_PRD_PER_COMPLETE_TMP;
PJI.PJI_PRD_PER_COMPLETE_TMP does not reference any database object
PJI.PJI_PRD_PER_COMPLETE_TMP is referenced by following:
APPS
PJI_PRD_PER_COMPLETE_TMP
|
|
|
|