JA_CN_TRX_LINES_ALL

This table contains Golden Tax transaction line information.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

JA_CN_TRX_LINES_ALL_PK

GTA_TRX_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
GTA_TRX_LINE_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
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.
GTA_TRX_HEADER_ID NUMBER 18 Yes Golden Tax transaction header identifier.
LINE_NUMBER VARCHAR2 30 Yes Line number of a Golden Tax transaction.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
AR_TRX_LINE_ID NUMBER 18 Receivable transaction line identifier.
MATCHED_FLAG VARCHAR2 1 Indicates whether a VAT invoice line is mapped to the transaction line.
INVENTORY_ITEM_ID NUMBER 18 Inventory item identifier on a Golden Tax transaction line.
ITEM_NUMBER VARCHAR2 40 Inventory item number on a Golden Tax transaction line.
ITEM_DESCRIPTION VARCHAR2 240 Yes Inventory item description on a Golden Tax transaction line.
ITEM_MODEL VARCHAR2 240 Inventory item model on a Golden Tax transaction line.
ITEM_TAX_DENOMINATION VARCHAR2 240 Yes Inventory item tax denomination on a Golden Tax transaction line.
TAX_RATE NUMBER Yes Tax rate for a Golden Tax transaction tax.
UOM VARCHAR2 3 Unit of measure for an item on a Golden Tax transaction line.
QUANTITY NUMBER Quantity of an item on a Golden Tax transaction line.
PRICE_FLAG VARCHAR2 1 Total price of an item on a Golden Tax transaction line.
UNIT_PRICE NUMBER Unit price of an item on a Golden Tax transaction line.
AMOUNT NUMBER Total amount of a Golden Tax transaction.
ORIGINAL_UNIT_PRICE NUMBER Original unit price of an item from the Receivables transaction.
ORIGINAL_CURRENCY_AMOUNT NUMBER Original amount of an item in the transaction currency from the Receivables transaction.
TAX_AMOUNT NUMBER Total tax amount of a Golden Tax transaction.
DISCOUNT_FLAG VARCHAR2 1 Indicates whether the Golden Tax transaction line has a discount.
ENABLED_FLAG VARCHAR2 1 Indicates whether the transaction line is enabled.
DISCOUNT_AMOUNT NUMBER Indicates the discount amount on a Golden Tax transaction line.
DISCOUNT_TAX_AMOUNT NUMBER Indicates the discount tax amount on a Golden Tax transaction line.
DISCOUNT_RATE NUMBER Indicates the discount rate on a Golden Tax transaction 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.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
JA_CN_TRX_LINES_ALL ja_cn_trx_headers_all GTA_TRX_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
JA_CN_TRX_LINES_PK Unique FUSION_TS_TX_DATA GTA_TRX_LINE_ID
JA_CN_TRX_LINES_U1 Unique FUSION_TS_TX_DATA GTA_TRX_HEADER_ID, LINE_NUMBER