Search Results jg_zz_vat_final_reports
Overview
The JG.JG_ZZ_VAT_FINAL_REPORTS table is a Regional Localizations (JG) data object within Oracle E-Business Suite, validated across 12.1.1 and 12.2.2. It records the details of final print generation for VAT reports, organized by legal entity and accounting period. In practical terms, each row represents a completed publication event of a VAT/statutory report — capturing which report was generated, which concurrent request produced it, and which VAT register and reporting status it belongs to. This makes the table a representation of report lifecycle state rather than transaction-level VAT data.
Under the heuristic Data Vault classification mined from the foreign-key structure, this object is satellite-leaning. That is, it behaves as a descriptive satellite attached to a stronger hub or link via its reporting-status and VAT-register relationships, carrying contextual attributes (program, request, sequence numbers, audit columns) rather than acting as a central business key. This classification should be treated as a modeling suggestion, not an authoritative assertion.
Key Information Stored
The table is defined with 16 columns and is owned by the JG schema. The surrogate primary key is FINAL_REPORT_ID, enforced by JG_ZZ_VAT_FINAL_REPORTS_PK and reinforced by the unique index JG_ZZ_VAT_FINAL_REPORTS_U1. A second unique index, JG_ZZ_VAT_FINAL_REPORTS_U2, spans REPORTING_STATUS_ID, REPORT_NAME, and VAT_REGISTER_ID, and therefore serves as the principal business-key candidate — it asserts that a given report name, within a given VAT register and reporting status, is uniquely identified.
FINAL_REPORT_ID— surrogate primary key; the technical identifier for each final report record.REPORTING_STATUS_ID— foreign key toJG_ZZ_VAT_REP_STATUS, indicating the reporting status associated with the print generation.REPORT_NAME— the name of the VAT report generated; part of the business-key candidate.VAT_REGISTER_ID— identifies the VAT register to which the report belongs; part of the business-key candidate.REQUEST_ID,PROGRAM_ID,PROGRAM_APPLICATION_ID,PROGRAM_LOGIN_ID— concurrent program execution context identifying the request and program that produced the final print.START_SEQUENCE_NUMandLAST_START_SEQUENCE_NUM— sequence boundaries delimiting the range of the generated report output.OBJECT_VERSION_NUMBER— optimistic locking column used by the EBS framework.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— standard WHO audit columns.
Common Use Cases and Queries
Typical scenarios include verifying that a final VAT report was produced for a given entity and period, tracing a report back to its concurrent request, and identifying the sequence range covered by the last print run.
- Retrieve the latest final report for a register:
SELECT r.FINAL_REPORT_ID, r.REPORT_NAME, r.VAT_REGISTER_ID, r.START_SEQUENCE_NUM, r.LAST_START_SEQUENCE_NUM, r.CREATION_DATE FROM JG.JG_ZZ_VAT_FINAL_REPORTS r WHERE r.VAT_REGISTER_ID = :register_id ORDER BY r.CREATION_DATE DESC; - Join to reporting status for a human-readable state:
SELECT f.REPORT_NAME, s.STATUS_CODE, f.CREATION_DATE FROM JG.JG_ZZ_VAT_FINAL_REPORTS f, JG.JG_ZZ_VAT_REP_STATUS s WHERE f.REPORTING_STATUS_ID = s.REPORTING_STATUS_ID;
- Audit report generation by concurrent request and program.
- Reconciliation reporting to confirm that final prints exist for every period within a reporting cycle.
Related Objects
JG.JG_ZZ_VAT_REP_STATUS— referenced throughREPORTING_STATUS_ID; the primary FK target supplying reporting status context.JG_ZZ_VAT_FINAL_REPORTS_PK— primary key constraint onFINAL_REPORT_ID.JG_ZZ_VAT_FINAL_REPORTS_U1andJG_ZZ_VAT_FINAL_REPORTS_U2— unique indexes enforcing surrogate and business-key uniqueness respectively.- Concurrent program and request entities (referenced by
REQUEST_ID,PROGRAM_ID,PROGRAM_APPLICATION_ID) — used to trace report generation. - VAT register definitions (referenced by
VAT_REGISTER_ID) — the entity/period context for each final report.
-
Table: JG_ZZ_VAT_FINAL_REPORTS
12.2.2
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_VAT_FINAL_REPORTS, object_name:JG_ZZ_VAT_FINAL_REPORTS, status:VALID, product: JG - Regional Localizations , description: Stores details of final print generation of reports, by entity and period , implementation_dba_data: JG.JG_ZZ_VAT_FINAL_REPORTS ,
-
Table: JG_ZZ_VAT_FINAL_REPORTS
12.1.1
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_VAT_FINAL_REPORTS, object_name:JG_ZZ_VAT_FINAL_REPORTS, status:VALID, product: JG - Regional Localizations , description: Stores details of final print generation of reports, by entity and period , implementation_dba_data: JG.JG_ZZ_VAT_FINAL_REPORTS ,
-
SYNONYM: APPS.JG_ZZ_VAT_FINAL_REPORTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JG_ZZ_VAT_FINAL_REPORTS, status:VALID,
-
VIEW: JG.JG_ZZ_VAT_FINAL_REPORTS#
12.2.2
owner:JG, object_type:VIEW, object_name:JG_ZZ_VAT_FINAL_REPORTS#, status:VALID,
-
SYNONYM: APPS.JG_ZZ_VAT_FINAL_REPORTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JG_ZZ_VAT_FINAL_REPORTS, status:VALID,
-
VIEW: JG.JG_ZZ_VAT_FINAL_REPORTS#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: JG_ZZ_VAT_REP_STATUS
12.1.1
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_VAT_REP_STATUS, object_name:JG_ZZ_VAT_REP_STATUS, status:VALID, product: JG - Regional Localizations , description: Stores the reporting status of the Tax Registration Number by period and source. , implementation_dba_data: JG.JG_ZZ_VAT_REP_STATUS ,
-
Table: JG_ZZ_VAT_REP_STATUS
12.2.2
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_VAT_REP_STATUS, object_name:JG_ZZ_VAT_REP_STATUS, status:VALID, product: JG - Regional Localizations , description: Stores the reporting status of the Tax Registration Number by period and source. , implementation_dba_data: JG.JG_ZZ_VAT_REP_STATUS ,
-
TABLE: JG.JG_ZZ_VAT_FINAL_REPORTS
12.1.1
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_VAT_FINAL_REPORTS, object_name:JG_ZZ_VAT_FINAL_REPORTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: JG.JG_ZZ_VAT_FINAL_REPORTS
12.2.2
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_VAT_FINAL_REPORTS, object_name:JG_ZZ_VAT_FINAL_REPORTS, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_VAT_REP_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_VAT_REP_UTILITY, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.JG_ZZ_VAT_REP_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_VAT_REP_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_JOURNAL_AP_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AR_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_JOURNAL_AR_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_JOURNAL_AR_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_JOURNAL_AP_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.JG_ZZ_JOURNAL_AR_PKG SQL Statements
12.1.1
-
APPS.JG_ZZ_JOURNAL_AR_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AR_PKG
12.1.1
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AR_PKG
12.2.2
-
APPS.JG_ZZ_JOURNAL_AP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AP_PKG
12.1.1
-
APPS.JG_ZZ_JOURNAL_AP_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JG_ZZ_JOURNAL_AP_PKG
12.2.2
-
APPS.JG_ZZ_VAT_REP_UTILITY SQL Statements
12.1.1
-
APPS.JG_ZZ_VAT_REP_UTILITY SQL Statements
12.2.2
-
APPS.JG_ZZ_JOURNAL_AP_PKG dependencies on JG_ZZ_VAT_FINAL_REPORTS
12.2.2
-
APPS.JG_ZZ_VAT_REP_UTILITY dependencies on JG_ZZ_VAT_FINAL_REPORTS
12.2.2
-
APPS.JG_ZZ_JOURNAL_AR_PKG dependencies on JG_ZZ_VAT_FINAL_REPORTS
12.2.2
-
APPS.JG_ZZ_VAT_REP_UTILITY dependencies on JG_ZZ_VAT_FINAL_REPORTS
12.1.1
-
APPS.JG_ZZ_JOURNAL_AR_PKG dependencies on JG_ZZ_VAT_FINAL_REPORTS
12.1.1
-
APPS.JG_ZZ_JOURNAL_AP_PKG dependencies on JG_ZZ_VAT_FINAL_REPORTS
12.1.1
-
eTRM - JG Tables and Views
12.2.2
description: Additional country-specific information for vendor sites ,
-
eTRM - JG Tables and Views
12.1.1
description: Additional country-specific information for vendor sites ,
-
PACKAGE BODY: APPS.JG_ZZ_VAT_REP_UTILITY
12.1.1
-
PACKAGE BODY: APPS.JG_ZZ_VAT_REP_UTILITY
12.2.2
-
APPS.JG_ZZ_JOURNAL_AR_PKG dependencies on JG_ZZ_VAT_REP_STATUS
12.1.1
-
APPS.JG_ZZ_JOURNAL_AP_PKG dependencies on JG_ZZ_VAT_REP_STATUS
12.1.1
-
APPS.JG_ZZ_JOURNAL_AR_PKG dependencies on JG_ZZ_VAT_REP_STATUS
12.2.2
-
APPS.JG_ZZ_JOURNAL_AP_PKG dependencies on JG_ZZ_VAT_REP_STATUS
12.2.2