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


TABLE: IGC.IGC_CBC_MC_JE_BATCHES

Object Details
Object Name: IGC_CBC_MC_JE_BATCHES
Object Type: TABLE
Owner: IGC
FND Design Data: TableIGC.IGC_CBC_MC_JE_BATCHES
Subobject Name:
Status: VALID


IGC_CBC_MC_JE_BATCHES stores reporting currency information for each commitment budgetary control journal entry batch. There is an optional one to many relationship between IGC_CBC_JE_BATCHES and this table. For each journal entry batch, there can be several batches in the IGC_CBC_MC_JE_BATCHES table with the same CBC_JE_BATCH_ID, but different values for the REPORTING_SET_OF_BOOKS_ID. The number of batches stored in the IGC_CBC_MC_JE_BATCHES table corresponds with the number of Reporting Sets of Books that have been defined.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGC_CBC_MC_JE_BATCHES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCBC_JE_BATCH_ID
ColumnREPORTING_SET_OF_BOOKS_ID
Columns
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)
Conversion type used for converting between currencies
CONVERSION_DATE DATE

Conversion date used for converting the currencies
CONVERSION_RATE NUMBER

Conversion rate used for converting the currencies
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).
Query Text

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_MC_JE_BATCHES;

Dependencies

[top of page]

IGC.IGC_CBC_MC_JE_BATCHES does not reference any database object

IGC.IGC_CBC_MC_JE_BATCHES is referenced by following:

SchemaAPPS
SynonymIGC_CBC_MC_JE_BATCHES