[Home] [Help]
[Dependency Information]
| Object Name: | GL_ALOC_DTL_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.GL_ALOC_DTL_EFC
|
| Subobject Name: | |
| Status: | VALID |
Shadow table of GL_ALOC_DTL for EFC migration. Stores the original values of columns of GL_ALOC_DTL 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_ALOC_DTL and only the columns that are actually converted to the Euro currency.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALLOCATED_EXPENSE_AMT | NUMBER | Yes | Allocated expense amount | |
| PERIOD | VARCHAR2 | (4) | Yes | Period |
| LINE_NO | NUMBER | Yes | Line number | |
| CALENDAR_CODE | VARCHAR2 | (4) | Yes | Calendar code |
| ALLOC_ID | NUMBER | Yes | Allocation identifier | |
| SET_OF_BOOKS_ID | NUMBER | Yes | Set of books identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ALLOCATED_EXPENSE_AMT
, PERIOD
, LINE_NO
, CALENDAR_CODE
, ALLOC_ID
, SET_OF_BOOKS_ID
FROM GMF.GL_ALOC_DTL_EFC;
GMF.GL_ALOC_DTL_EFC does not reference any database object
GMF.GL_ALOC_DTL_EFC is referenced by following:
APPS
GL_ALOC_DTL_EFC
|
|
|
|