JG_ZZ_VAT_TRX_UPG_STG

This table is used to derive Tax Reporting Ledger call parameters, for retrieving the final reported transactions, and to filter Tax Reporting Ledger output only to those records that are finally reported in Oracle eBusiness Suite Release 11i.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

JG_ZZ_VAT_TRX_UPG_STG_PK

VAT_TRX_ID

Columns

Name Datatype Length Precision Not-null Comments
VAT_TRX_ID NUMBER 18 Yes VAT Final Reporting Transaction Identifier
VAT_HEADER_ID NUMBER 18 Yes VAT header identifier
ORGANIZATION_ID NUMBER 18 Yes Operating Unit Identifier for the transaction
APPLICATION_ID NUMBER 18 Yes The application corresponding to the transaction
ENTITY_CODE VARCHAR2 30 Entity code of the transaction
EVENT_CLASS_CODE VARCHAR2 30 Application products event class of the transaction
TRX_ID NUMBER 18 Yes Transaction identifier
LEDGER_ID NUMBER 18 Yes Ledger to which the transaction belongs
TAX_INVOICE_DATE DATE Tax reporting date for the transaction
TAX_REGIME_CODE VARCHAR2 30 Tax Regime Code
TAX_RATE_ID NUMBER 18 Tax Rate Identifier
TAX_RATE_CODE VARCHAR2 30 Tax Rate Code
MIGRATION_FLAG VARCHAR2 1 Flag that indicates migrated transactions
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
JG_ZZ_VAT_TRX_UPG_STG gl_ledgers LEDGER_ID
JG_ZZ_VAT_TRX_UPG_STG jg_zz_vat_upg_stg VAT_HEADER_ID

Indexes

Index Uniqueness Columns
JG_ZZ_VAT_TRX_UPG_STG_U1 Unique VAT_TRX_ID
JG_ZZ_VAT_TRX_UPG_STG_N1 Non Unique VAT_HEADER_ID
JG_ZZ_VAT_TRX_UPG_STG_N2 Non Unique APPLICATION_ID, ENTITY_CODE, EVENT_CLASS_CODE, TRX_ID