[Home] [Help]
[Dependency Information]
| Object Name: | CM_RSRC_DTL_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.CM_RSRC_DTL_EFC
|
| Subobject Name: | |
| Status: | VALID |
Shadow table of CM_RSRC_DTL for EFC migration. Stores the original values of columns of CM_RSRC_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 CM_RSRC_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 |
|---|---|---|---|---|
| ORGN_CODE | VARCHAR2 | (4) | Yes | Organization code |
| RESOURCES | VARCHAR2 | (16) | Yes | Resources |
| CALENDAR_CODE | VARCHAR2 | (4) | Yes | Calendar code |
| PERIOD_CODE | VARCHAR2 | (4) | Yes | Period code |
| NOMINAL_COST | NUMBER | Yes | Nominal cost | |
| COST_MTHD_CODE | VARCHAR2 | (4) | Yes | Cost method code |
| SET_OF_BOOKS_ID | NUMBER | Yes | Set of books identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ORGN_CODE
, RESOURCES
, CALENDAR_CODE
, PERIOD_CODE
, NOMINAL_COST
, COST_MTHD_CODE
, SET_OF_BOOKS_ID
FROM GMF.CM_RSRC_DTL_EFC;
GMF.CM_RSRC_DTL_EFC does not reference any database object
GMF.CM_RSRC_DTL_EFC is referenced by following:
APPS
CM_RSRC_DTL_EFC
|
|
|
|