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


TABLE: IGC.IGC_CBC_ARCHIVE_MC_JE_LINES

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


IGC_CBC_ARCHIVE_MC_JE_LINES temporarily stores the multiple reporting currency values for journal entry lines that have been archived.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGC_CBC_ARCHIVE_MC_JE_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCBC_JE_BATCH_ID
ColumnCBC_JE_LINE_NUM
ColumnREPORTING_SET_OF_BOOKS_ID
IGC_CBC_ARCHIVE_MC_JE_LINES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCBC_JE_BATCH_ID
Columns
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)
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).
Query Text

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

Dependencies

[top of page]

IGC.IGC_CBC_ARCHIVE_MC_JE_LINES does not reference any database object

IGC.IGC_CBC_ARCHIVE_MC_JE_LINES is referenced by following:

SchemaAPPS
SynonymIGC_CBC_ARCHIVE_MC_JE_LINES