[Home] [Help]
[Dependency Information]
Object Name: | RG_TABLE_SIZES |
---|---|
Object Type: | TABLE |
Owner: | RG |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
RG_TABLE_SIZES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
RG.RG_TABLE_SIZES does not reference any database object
RG.RG_TABLE_SIZES is referenced by following:
|
|
|