[Home] [Help]
[Dependency Information]
| Object Name: | CST_AE_LINES_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.CST_AE_LINES_EFC
|
| Subobject Name: | |
| Status: | VALID |
CST_AE_LINES_EFC is used exclusively as an archive table
for the "Euro as a functional currency" project. It mirrors the table
CST_AE_LINES prior to conversion to the euro currency.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AE_LINE_ID | NUMBER | Yes | Line Identifier | |
| ACCOUNTED_CR | NUMBER | Accounted Credit | ||
| ACCOUNTED_DR | NUMBER | Accounted Debit | ||
| CURRENCY_CONVERSION_RATE | NUMBER | Currency Conversion Rate | ||
| OVERHEAD_BASIS_FACTOR | NUMBER | Overhead Basis Factor | ||
| STAT_AMOUNT | NUMBER | Stat_amount | ||
| RATE_OR_AMOUNT | NUMBER | Rate or Amount | ||
| SET_OF_BOOKS_ID | NUMBER | Set Of Books Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT AE_LINE_ID
, ACCOUNTED_CR
, ACCOUNTED_DR
, CURRENCY_CONVERSION_RATE
, OVERHEAD_BASIS_FACTOR
, STAT_AMOUNT
, RATE_OR_AMOUNT
, SET_OF_BOOKS_ID
FROM BOM.CST_AE_LINES_EFC;
BOM.CST_AE_LINES_EFC does not reference any database object
BOM.CST_AE_LINES_EFC is referenced by following:
APPS
CST_AE_LINES_EFC
|
|
|
|