[Home] [Help]
[Dependency Information]
Object Name: | IGC_CBC_ARCHIVE_MC_JE_BATCHES |
---|---|
Object Type: | TABLE |
Owner: | IGC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGC_CBC_ARCHIVE_MC_JE_BATCHES temporarily stores the multiple reporting currency values for journal entry batches that have been archived.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGC_CBC_ARCHIVE_MC_JE_BAT_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CBC_JE_BATCH_ID | NUMBER | (15) | Yes | Journal entry batch defining column |
REPORTING_SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Reporting Set of Books defining column |
REPORTING_CURRENCY_CODE | VARCHAR2 | (15) | Yes | Currency code for reporting Set of Books |
RUNNING_TOTAL_DR | NUMBER | Batch running total debit, entered currency | ||
RUNNING_TOTAL_CR | NUMBER | Batch running total credit, entered currency | ||
CONVERSION_TYPE | VARCHAR2 | (30) | Currency conversion type | |
CONVERSION_DATE | DATE | Currency conversion date | ||
CONVERSION_RATE | NUMBER | Currency conversion rate | ||
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT CBC_JE_BATCH_ID
, REPORTING_SET_OF_BOOKS_ID
, REPORTING_CURRENCY_CODE
, RUNNING_TOTAL_DR
, RUNNING_TOTAL_CR
, CONVERSION_TYPE
, CONVERSION_DATE
, CONVERSION_RATE
, CREATION_DATE
, CREATED_BY
FROM IGC.IGC_CBC_ARCHIVE_MC_JE_BATCHES;
IGC.IGC_CBC_ARCHIVE_MC_JE_BATCHES does not reference any database object
IGC.IGC_CBC_ARCHIVE_MC_JE_BATCHES is referenced by following:
|
|
|