JA_CN_TRXIMP_RPT

This table is used to store temp data for VAT invoice import.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

JA_CN_TRXIMP_RPT_PK

IMPORT_SEQ

Columns

Name Datatype Length Precision Not-null Comments
IMPORT_SEQ NUMBER 18 Yes Import Sequence.Oracle internal use only.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
COL1 VARCHAR2 200 Column 1.Oracle internal use only.
COL2 VARCHAR2 200 Column 2.Oracle internal use only.
COL3 VARCHAR2 200 Column 3.Oracle internal use only.
COL4 VARCHAR2 200 Column 4.Oracle internal use only.
COL5 VARCHAR2 200 Column 5.Oracle internal use only.
COL6 VARCHAR2 200 Column 6.Oracle internal use only.
COL7 VARCHAR2 200 Column 7.Oracle internal use only.
COL8 VARCHAR2 200 Column 8.Oracle internal use only.
COL9 VARCHAR2 200 Column 9.Oracle internal use only.
COL10 VARCHAR2 200 Column 10.Oracle internal use only.
COL11 VARCHAR2 200 Column 11.Oracle internal use only.
COL12 VARCHAR2 200 Column 12.Oracle internal use only.
COL13 VARCHAR2 200 Column 14.Oracle internal use only.
COL14 VARCHAR2 200 Column 15.Oracle internal use only.
COL15 VARCHAR2 200 Column 16.Oracle internal use only.
COL16 VARCHAR2 200 Column 17.Oracle internal use only.
COL17 VARCHAR2 200 Column 18.Oracle internal use only.
COL18 VARCHAR2 200 Column 19.Oracle internal use only.
COL19 VARCHAR2 200 Column 20.Oracle internal use only.
COL20 VARCHAR2 200 Column 21.Oracle internal use only.
COL21 VARCHAR2 200 Column 22.Oracle internal use only.
COL22 VARCHAR2 200 Column 23.Oracle internal use only.
COL23 VARCHAR2 200 Column 24.Oracle internal use only.
COL24 VARCHAR2 200 Column 25.Oracle internal use only.
COL25 VARCHAR2 200 Column 26.Oracle internal use only.
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.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: Indicates the request ID of the interface load job that created the row.

Indexes

Index Uniqueness Tablespace Columns
JA_CN_TRXIMP_RPT_U1 Unique FUSION_TS_TX_DATA IMPORT_SEQ