[Home] [Help]
[Dependency Information]
| Object Name: | CE_SECURITY_PROFILES_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | CE |
| Subobject Name: | |
| Status: | VALID |
CE.CE_SECURITY_PROFILES_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$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CE_SECURITY_PROFILES_GT_U1 | NORMAL | NONUNIQUE |
|
ORGANIZATION_ID
ORGANIZATION_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_TYPE | VARCHAR2 | (14) | ||
| ORGANIZATION_ID | NUMBER | (15) | ||
| NAME | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_TYPE
, ORGANIZATION_ID
, NAME
FROM CE.CE_SECURITY_PROFILES_GT;
CE.CE_SECURITY_PROFILES_GT does not reference any database object
CE.CE_SECURITY_PROFILES_GT is referenced by following:
APPS
CE_SECURITY_PROFILES_GT
|
|
|
|