JA_CN_JOURNALS_OF_PERIOD

This table contains temporarily the journal lines that are not itemized by possible subsidiary of the current legal entity.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

JA_CN_JOURNALS_OF_PERIOD_PK

JOURNAL_ID

Columns

Name Datatype Length Precision Not-null Comments
JOURNAL_ID NUMBER 18 Yes An identifier that uniquely identifies a journal.
JE_HEADER_ID NUMBER 18 Yes An identifier that uniquely identifies the journal header.
PERIOD_NAME VARCHAR2 15 Yes Accounting period for which the delta balances should be tracked.
LEGAL_ENTITY_ID NUMBER 18 Yes An identifier that uniquely identifies the legal entity.
JE_SOURCE VARCHAR2 25 Yes The identifier of journal entry source.
JE_CATEGORY VARCHAR2 25 Yes The category code of journal entry.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
JE_LINE_NUM NUMBER 18 Yes Line number of the journal entry.
EFFECTIVE_DATE DATE Date from when the journal entry will be active.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
JA_CN_JOURNALS_OF_PERIOD_N1 Non Unique FUSION_TS_TX_DATA JE_SOURCE, JE_HEADER_ID, JE_LINE_NUM
JA_CN_JOURNALS_OF_PERIOD_N2 Non Unique FUSION_TS_TX_DATA REQUEST_ID, PERIOD_NAME
JA_CN_JOURNALS_OF_PERIOD_N3 Non Unique FUSION_TS_TX_DATA JE_HEADER_ID, JE_LINE_NUM
JA_CN_JOURNALS_OF_PERIOD_PK Unique Default JOURNAL_ID