[Home] [Help]
[Dependency Information]
| Object Name: | GL_ALLOC_JE_ID_INT |
|---|---|
| Object Type: | TABLE |
| Owner: | GL |
| Subobject Name: | |
| Status: | VALID |
GL.GL_ALLOC_JE_ID_INT 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 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_ALLOC_JE_ID_INT_N1 | NORMAL | NONUNIQUE |
|
ALLOCATION_BATCH_ID
ALLOCATION_FORMULA_ID
LEDGER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALLOCATION_BATCH_ID | NUMBER | (15) | Yes | |
| ALLOCATION_FORMULA_ID | NUMBER | (15) | Yes | |
| LEDGER_ID | NUMBER | (15) | Yes | |
| LINE_TYPE | VARCHAR2 | (1) | Yes | |
| JE_ID | NUMBER | (15) | Yes | |
| CURRENCY_CONVERSION_TYPE | VARCHAR2 | (30) | ||
| CURRENCY_CONVERSION_RATE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ALLOCATION_BATCH_ID
, ALLOCATION_FORMULA_ID
, LEDGER_ID
, LINE_TYPE
, JE_ID
, CURRENCY_CONVERSION_TYPE
, CURRENCY_CONVERSION_RATE
FROM GL.GL_ALLOC_JE_ID_INT;
GL.GL_ALLOC_JE_ID_INT does not reference any database object
GL.GL_ALLOC_JE_ID_INT is referenced by following:
APPS
GL_ALLOC_JE_ID_INT
|
|
|
|