[Home] [Help]
[Dependency Information]
| Object Name: | AK_LOADER_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | AK |
| FND Design Data: | AK.AK_LOADER_TEMP
|
| Subobject Name: | |
| Status: | VALID |
AK.AK_LOADER_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 |
SESSION_ID
TBL_INDEX| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_C00169268 | NORMAL | UNIQUE |
|
SESSION_ID
TBL_INDEX
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TBL_INDEX | NUMBER | (15) | Yes | |
| LINE_CONTENT | VARCHAR2 | (2000) | ||
| SESSION_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT TBL_INDEX
, LINE_CONTENT
, SESSION_ID
FROM AK.AK_LOADER_TEMP;
AK.AK_LOADER_TEMP does not reference any database object
AK.AK_LOADER_TEMP is referenced by following:
APPS
AK_LOADER_TEMP
|
|
|
|