[Home] [Help]
[Dependency Information]
Object Name: | BSC_RPT_KEYS |
---|---|
Object Type: | TABLE |
Owner: | BSC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
BSC.BSC_RPT_KEYS 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 |
---|---|---|---|---|
SESSION_ID | NUMBER | |||
REPORT_DATE | DATE | |||
XTD_PERIOD | NUMBER | |||
XTD_YEAR | NUMBER | |||
XTD_PERIODICITY | NUMBER | |||
PERIOD | NUMBER | |||
YEAR | NUMBER | |||
PERIOD_TYPE_ID | NUMBER | |||
PERIODICITY_ID | NUMBER | |||
PERIOD_FLAG | NUMBER | |||
DAY_COUNT | NUMBER | |||
ROLLING_FLAG | VARCHAR2 | (40) | ||
LAST_UPDATE_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT SESSION_ID
, REPORT_DATE
, XTD_PERIOD
, XTD_YEAR
, XTD_PERIODICITY
, PERIOD
, YEAR
, PERIOD_TYPE_ID
, PERIODICITY_ID
, PERIOD_FLAG
, DAY_COUNT
, ROLLING_FLAG
, LAST_UPDATE_DATE
FROM BSC.BSC_RPT_KEYS;
BSC.BSC_RPT_KEYS does not reference any database object
BSC.BSC_RPT_KEYS is referenced by following:
|
|
|