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


TABLE: RG.RG_REPORT_SET_REQUESTS

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


Report set submission tracking


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RG_REPORT_SET_REQUESTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPORT_SET_REQUEST_ID
RG_REPORT_SET_REQUESTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLAST_UPDATED_BY
Columns
Name Datatype Length Mandatory Comments
REPORT_SET_REQUEST_ID NUMBER (15) Yes Report set request defining column
REPORT_SET_ID NUMBER (15) Yes Report set defining column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) 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
PERIOD_NAME VARCHAR2 (15)
Period name
ACCOUNTING_DATE DATE

Accounting date
UNIT_OF_MEASURE_ID VARCHAR2 (30)
Currency
Query Text

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


SELECT REPORT_SET_REQUEST_ID
,      REPORT_SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      PERIOD_NAME
,      ACCOUNTING_DATE
,      UNIT_OF_MEASURE_ID
FROM RG.RG_REPORT_SET_REQUESTS;

Dependencies

[top of page]

RG.RG_REPORT_SET_REQUESTS does not reference any database object

RG.RG_REPORT_SET_REQUESTS is referenced by following:

SchemaRG
ViewRG_REPORT_SET_REQUESTS#