[Home] [Help]
[Dependency Information]
| Object Name: | AD_GENERIC_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| Subobject Name: | |
| Status: | VALID |
APPLSYS.AD_GENERIC_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$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_SEQUENCE | NUMBER | Yes | ||
| CONTENTS | VARCHAR2 | (1000) |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_SEQUENCE
, CONTENTS
FROM APPLSYS.AD_GENERIC_TEMP;
APPLSYS.AD_GENERIC_TEMP does not reference any database object
APPLSYS.AD_GENERIC_TEMP is referenced by following:
APPS
AD_GENERIC_TEMP
SYSTEM
AD_GENERIC_TEMP
|
|
|
|