[Home] [Help]
[Dependency Information]
| Object Name: | GL_DAILY_POST_INT2 |
|---|---|
| Object Type: | TABLE |
| Owner: | GL |
| Subobject Name: | |
| Status: | VALID |
GL.GL_DAILY_POST_INT2 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_DAILY_POST_INT2_U1 | NORMAL | UNIQUE |
|
LEDGER_ID
CODE_COMBINATION_ID
ACCOUNTING_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEDGER_ID | NUMBER | (15) | Yes | |
| CODE_COMBINATION_ID | NUMBER | (15) | Yes | |
| ACCOUNTING_DATE | DATE | Yes | ||
| PERIOD_NAME | VARCHAR2 | (15) | Yes | |
| ENTERED_AMOUNT | NUMBER | |||
| ACCOUNTED_AMOUNT | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT LEDGER_ID
, CODE_COMBINATION_ID
, ACCOUNTING_DATE
, PERIOD_NAME
, ENTERED_AMOUNT
, ACCOUNTED_AMOUNT
FROM GL.GL_DAILY_POST_INT2;
GL.GL_DAILY_POST_INT2 does not reference any database object
GL.GL_DAILY_POST_INT2 is referenced by following:
APPS
GL_DAILY_POST_INT2
|
|
|
|