[Home] [Help]
[Dependency Information]
| Object Name: | AMS_TEMP_IDS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| Subobject Name: | |
| Status: | VALID |
AMS.AMS_TEMP_IDS 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 |
|---|---|---|---|---|
| ID | NUMBER | |||
| NUMBER_VALUE | NUMBER | |||
| SCORE | NUMBER | |||
| OBJ_CODE | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, NUMBER_VALUE
, SCORE
, OBJ_CODE
FROM AMS.AMS_TEMP_IDS;
AMS.AMS_TEMP_IDS does not reference any database object
AMS.AMS_TEMP_IDS is referenced by following:
APPS
AMS_TEMP_IDS
|
|
|
|