[Home] [Help]
[Dependency Information]
| Object Name: | IGC_CBC_MC_JE_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGC |
| FND Design Data: | IGC.IGC_CBC_MC_JE_LINES
|
| Subobject Name: | |
| Status: | VALID |
IGC_CBC_MC_JE_LINES stores reporting currency information for each Commitment Budgetary Control journal entry line in Contract Commitment. There is an optional one to many relationship between IGC_CBC_JE_LINES and this table. For each journal entry line, there can be several lines in the IGC_CBC_MC_JE_LINES table with the same CBC_JE_BATCH_ID and CBC_JE_LINE_NUM, but different values for the REPORTING_SET_OF_BOOKS_ID. The number of lines stored in the IGC_CBC_MC_JE_BATCHES table will correspond with the number of Reporting Sets of Books that have been defined.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGC_CBC_MC_JE_LINES_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CBC_JE_BATCH_ID
CBC_JE_LINE_NUM
REPORTING_SET_OF_BOOKS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CBC_JE_BATCH_ID | NUMBER | (15) | Yes | Journal entry batch defining column |
| CBC_JE_LINE_NUM | NUMBER | (15) | Yes | Journal entry line number |
| 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 |
| ENTERED_DR | NUMBER | Journal entry line debit amount in entered currency | ||
| ENTERED_CR | NUMBER | Journal entry line credit amount in 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). |
Cut, paste (and edit) the following text to query this object:
SELECT CBC_JE_BATCH_ID
, CBC_JE_LINE_NUM
, REPORTING_SET_OF_BOOKS_ID
, REPORTING_CURRENCY_CODE
, ENTERED_DR
, ENTERED_CR
, CONVERSION_TYPE
, CONVERSION_DATE
, CONVERSION_RATE
, CREATION_DATE
, CREATED_BY
FROM IGC.IGC_CBC_MC_JE_LINES;
IGC.IGC_CBC_MC_JE_LINES does not reference any database object
IGC.IGC_CBC_MC_JE_LINES is referenced by following:
IGC
IGC_CBC_MC_JE_LINES#
|
|
|
|