[Home] [Help]
[Dependency Information]
| Object Name: | GCS_INTERCO_SUBS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | GCS |
| Subobject Name: | |
| Status: | VALID |
GCS.GCS_INTERCO_SUBS_GT 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$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GCS_INTERCO_SUBS_GT_N1 | NORMAL | NONUNIQUE |
|
CHILD_ENTITY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HIERARCHY_ID | NUMBER | (15) | Yes | Foriegn key to the consolidation hierarchy defining column |
| PARENT_ENTITY_ID | NUMBER | Yes | Parent entity identifying column | |
| CHILD_ENTITY_ID | NUMBER | Yes | child entity identifying column | |
| START_DATE | DATE | Start Date | ||
| END_DATE | DATE | End Date | ||
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT HIERARCHY_ID
, PARENT_ENTITY_ID
, CHILD_ENTITY_ID
, START_DATE
, END_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GCS.GCS_INTERCO_SUBS_GT;
GCS.GCS_INTERCO_SUBS_GT does not reference any database object
GCS.GCS_INTERCO_SUBS_GT is referenced by following:
APPS
GCS_INTERCO_SUBS_GT
|
|
|
|