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


TABLE: GMF.GL_SUBR_LED_EFC

Object Details
Object Name: GL_SUBR_LED_EFC
Object Type: TABLE
Owner: GMF
FND Design Data: TableGMF.GL_SUBR_LED_EFC
Subobject Name:
Status: VALID


Shadow table of GL_SUBR_LED for EFC migration. Stores the original values of columns of GL_SUBR_LED that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of GL_SUBR_LED and only the columns that are actually converted to the Euro currency.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SUBLEDGER_ID NUMBER
Yes Subledger row identifier
CURRENCY_BASE VARCHAR2 (4) Yes Base currency
EXCHANGE_RATE NUMBER

Exchange rate to convert from the base currency to the Euro currency
AMOUNT_BASE NUMBER
Yes Amount in base currency
SET_OF_BOOKS_ID NUMBER
Yes Set of books identifier
Query Text

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


SELECT SUBLEDGER_ID
,      CURRENCY_BASE
,      EXCHANGE_RATE
,      AMOUNT_BASE
,      SET_OF_BOOKS_ID
FROM GMF.GL_SUBR_LED_EFC;

Dependencies

[top of page]

GMF.GL_SUBR_LED_EFC does not reference any database object

GMF.GL_SUBR_LED_EFC is referenced by following:

SchemaAPPS
SynonymGL_SUBR_LED_EFC