DBA Data[Home] [Help] [Dependency Information]


TABLE: OKL.OKL_REPORT_STREAM_PARAMS

Object Details
Object Name: OKL_REPORT_STREAM_PARAMS
Object Type: TABLE
Owner: OKL
FND Design Data: TableOKL.OKL_REPORT_STREAM_PARAMS
Subobject Name:
Status: VALID


The OKL_REPORT_STREAM_PARAMS table stores the stream parameters for the reports that are provided by Oracle Lease Management.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKL_REPORT_STREAM_PARAMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTREAM_PARAMETER_ID
Columns
Name Datatype Length Mandatory Comments
STREAM_PARAMETER_ID NUMBER
Yes Primary Key Column
REPORT_ID NUMBER
Yes FK to the reports table
STY_ID NUMBER
Yes Stream type identifier
ACTIVITY_CODE VARCHAR2 (240)
Denormalized from the report definition table
CREATED_BY NUMBER
Yes WHO column
CREATION_DATE DATE
Yes WHO column
LAST_UPDATED_BY NUMBER
Yes WHO column
LAST_UPDATE_DATE DATE
Yes WHO column
LAST_UPDATE_LOGIN NUMBER

WHO column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT STREAM_PARAMETER_ID
,      REPORT_ID
,      STY_ID
,      ACTIVITY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKL.OKL_REPORT_STREAM_PARAMS;

Dependencies

[top of page]

OKL.OKL_REPORT_STREAM_PARAMS does not reference any database object

OKL.OKL_REPORT_STREAM_PARAMS is referenced by following:

SchemaOKL
ViewOKL_REPORT_STREAM_PARAMS#