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


TABLE: RG.RG_REPORT_REQUEST_LOBS

Object Details
Object Name: RG_REPORT_REQUEST_LOBS
Object Type: TABLE
Owner: RG
FND Design Data: TableRG.RG_REPORT_REQUEST_LOBS
Subobject Name:
Status: VALID


RG_REPORT_REQUEST_LOBS stores the XML output associated with each Financial Statement Generator request that is run in XML mode. The XML output is used for drilldown purposes


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RG_REPORT_REQUEST_LOBS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
SYS_IL0000457992C00002$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000457992C00008$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER (15) Yes Concurrent reuest defining column
REPORT_DATA CLOB (4000)
XML output
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
REPORT_DATA_BLOB BLOB (4000)
XML output in binary format
Query Text

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


SELECT REQUEST_ID
,      REPORT_DATA
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      REPORT_DATA_BLOB
FROM RG.RG_REPORT_REQUEST_LOBS;

Dependencies

[top of page]

RG.RG_REPORT_REQUEST_LOBS does not reference any database object

RG.RG_REPORT_REQUEST_LOBS is referenced by following:

SchemaRG
ViewRG_REPORT_REQUEST_LOBS#