JA_CN_VOUCHER_NUMBERS

This table contains the voucher numbers of the accounting journal lines.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

JA_CN_VOUCHER_NUMBERS_PK

VOUCHER_ID

Columns

Name Datatype Length Precision Not-null Comments
VOUCHER_ID NUMBER 18 Yes An identifier that uniquely identifies the voucher number.
LEDGER_ID NUMBER 18 Yes An identifier that uniquely identifies the ledger.
LEGAL_ENTITY_ID NUMBER 18 Yes An identifier that uniquely identifies the legal entity.
PERIOD_NAME VARCHAR2 15 Yes Indicates the accounting period for the voucher.
JE_HEADER_ID NUMBER 18 Yes An identifier that uniquely identifies the accounting header.
JE_LINE_NUMBER NUMBER 18 Yes An identifier that uniquely identifies the accounting line.
VOUCHER_NUMBER NUMBER 18 Yes Indicates the voucher number of the accounting line.
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.
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.
DATA_SOURCE_TAG VARCHAR2 5 Flag that identifies whether the record is generated or migrated.
BALANCING_SEGMENT VARCHAR2 25 Balancing segment value which referenced by generation level
JE_CATEGORY VARCHAR2 25 Journal category which referenced by generation level
VOUCHER_NUMBER_LEVEL_CODE VARCHAR2 30 Voucher number generation level which voucher number was generated base on that

Indexes

Index Uniqueness Tablespace Columns
JA_CN_VOUCHER_NUMBERS_N1 Non Unique FUSION_TS_TX_DATA LEDGER_ID, LEGAL_ENTITY_ID, PERIOD_NAME, JE_HEADER_ID, JE_LINE_NUMBER, VOUCHER_NUMBER
JA_CN_VOUCHER_NUMBERS_PK Unique Default VOUCHER_ID
JA_CN_VOUCHER_NUMBERS_U1 Unique Default LEDGER_ID, LEGAL_ENTITY_ID, PERIOD_NAME, JE_HEADER_ID, JE_LINE_NUMBER