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


TABLE: RG.RG_TABLE_SIZES

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


RG_TABLE_SIZES stores the number of rows in various Oracle General Ledger tables. Each row includes a table identifier and the number of rows in the table. Financial Statement Generator uses this information to optimize queries.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RG_TABLE_SIZES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTABLE_ID
Columns
Name Datatype Length Mandatory Comments
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
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
TABLE_ID NUMBER (2) Yes Table defining column
NUMBER_ROWS NUMBER (15) Yes Number of records in this table
Query Text

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


SELECT LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      TABLE_ID
,      NUMBER_ROWS
FROM RG.RG_TABLE_SIZES;

Dependencies

[top of page]

RG.RG_TABLE_SIZES does not reference any database object

RG.RG_TABLE_SIZES is referenced by following:

SchemaAPPS
SynonymRG_TABLE_SIZES