[Home] [Help]
[Dependency Information]
| Object Name: | GL_YEAR_END_ACCT_INT |
|---|---|
| Object Type: | TABLE |
| Owner: | GL |
| Subobject Name: | |
| Status: | VALID |
GL.GL_YEAR_END_ACCT_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_YEAR_END_ACCT_INT_U1 | NORMAL | UNIQUE |
|
BALANCING_SEGMENT
TEMPLATE_TYPE
|
| GL_YEAR_END_ACCT_INT_N1 | NORMAL | NONUNIQUE |
|
CODE_COMBINATION_ID
TEMPLATE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BALANCING_SEGMENT | VARCHAR2 | (25) | Yes | |
| CODE_COMBINATION_ID | NUMBER | (15) | Yes | |
| TEMPLATE_TYPE | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCING_SEGMENT
, CODE_COMBINATION_ID
, TEMPLATE_TYPE
FROM GL.GL_YEAR_END_ACCT_INT;
GL.GL_YEAR_END_ACCT_INT does not reference any database object
GL.GL_YEAR_END_ACCT_INT is referenced by following:
APPS
GL_YEAR_END_ACCT_INT
|
|
|
|