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


TABLE: RG.RG_REPORT_STANDARD_AXES_TL

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


RG_REPORT_STANDARD_AXES_TL stores translated information about the amount types used for reporting by Financial Statement Generator. Each row includes the amount type name, the amount type description, and the language code to indicate what language the information is in. You need one row for each amount type in each of the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RG_REPORT_STANDARD_AXES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTANDARD_AXIS_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
RG_REPORT_STANDARD_AXES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTANDARD_AXIS_NAME
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
STANDARD_AXIS_ID NUMBER (15) Yes Standard axis defining column
LANGUAGE VARCHAR2 (4) Yes Language
SOURCE_LANG VARCHAR2 (4) Yes The language the text will mirror. If text is not yet translated into LANGUAGE, than any changes to the text in the source language row will be reflected here as well.
STANDARD_AXIS_NAME VARCHAR2 (30) Yes Name of standard axis
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
DESCRIPTION VARCHAR2 (240)
Description of standard axis
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT STANDARD_AXIS_ID
,      LANGUAGE
,      SOURCE_LANG
,      STANDARD_AXIS_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      DESCRIPTION
,      ZD_EDITION_NAME
FROM RG.RG_REPORT_STANDARD_AXES_TL;

Dependencies

[top of page]

RG.RG_REPORT_STANDARD_AXES_TL does not reference any database object

RG.RG_REPORT_STANDARD_AXES_TL is referenced by following:

SchemaRG
ViewRG_REPORT_STANDARD_AXES_TL#