[Home] [Help]
[Dependency Information]
| Object Name: | BIC_TEMP_SEGMENT1 |
|---|---|
| Object Type: | TABLE |
| Owner: | BIC |
| Subobject Name: | |
| Status: | VALID |
BIC.BIC_TEMP_SEGMENT1 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 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERIOD_NUM | NUMBER | |||
| PERIOD | VARCHAR2 | (30) | ||
| VIEW_BY | VARCHAR2 | (240) | ||
| VIEW_BY_ID | VARCHAR2 | (60) | ||
| VALUE | NUMBER | |||
| SECURITY_GROUP_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_NUM
, PERIOD
, VIEW_BY
, VIEW_BY_ID
, VALUE
, SECURITY_GROUP_ID
FROM BIC.BIC_TEMP_SEGMENT1;
BIC.BIC_TEMP_SEGMENT1 does not reference any database object
BIC.BIC_TEMP_SEGMENT1 is referenced by following:
APPS
BIC_TEMP_SEGMENT1
|
|
|
|