[Home] [Help]
[Dependency Information]
| Object Name: | CSI_COUNTER_READINGS_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | CSI |
| FND Design Data: | CSI.CSI_COUNTER_READINGS_TEMP
|
| Subobject Name: | |
| Status: | VALID |
CSI.CSI_COUNTER_READINGS_TEMP 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$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NEW_COUNTER_VALUE_ID | NUMBER | |||
| OLD_COUNTER_VALUE_ID | NUMBER | |||
| RESET_FLAG | VARCHAR2 | (1) | ||
| MULTIPLIER | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT NEW_COUNTER_VALUE_ID
, OLD_COUNTER_VALUE_ID
, RESET_FLAG
, MULTIPLIER
FROM CSI.CSI_COUNTER_READINGS_TEMP;
CSI.CSI_COUNTER_READINGS_TEMP does not reference any database object
CSI.CSI_COUNTER_READINGS_TEMP is referenced by following:
APPS
CSI_COUNTER_READINGS_TEMP
|
|
|
|