Journal Deletion Web Service for Accounting Reversal

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Manual processes for correcting and reversing accounting entries in financial systems are error-prone and tedious, especially when dealing with deleted journals and synchronization latency across systems, leading to potential data loss and compliance issues.

Innovation Solution

A web service that automatically identifies affected transaction entries during journal deletion, formulates reverse accounting entries, and sends them back to the feeder system in the same transaction key format, automating the reversal process and reducing manual intervention.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If manual processes are used to identify and reverse accounting entries, then flexibility and adaptability are maintained, but error rate increases and productivity decreases

Engineering Contradiction:
Improveerror rateVSAvoidreversal process efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system performs self-service by automatically identifying source accounting entries corresponding to a deleted journal and generating reverse entries without human intervention. The web service autonomously queries the feeder system using the journal identifier, retrieves associated transaction entries, and formulates reverse entries that are then posted back to the feeder system.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system stores the journal identifier and associated metadata when the original journal is created, enabling preliminary preparation for potential reversal. This pre-stored information allows the reversal process to quickly retrieve and reverse the exact source entries without manual identification, resolving the contradiction between reliability and productivity.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If automated web service is implemented for journal deletion and reversal, then productivity and reliability improve, but device complexity increases

Engineering Contradiction:
Improvereversal process efficiencyVSAvoidsystem architecture complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The web service performs multiple functions within a single system component: it handles journal deletion processing, identifies source accounting entries, retrieves transaction data from the feeder system, formulates reverse entries, and posts them back. This multi-functionality consolidates what would otherwise require multiple separate systems, improving productivity while managing complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The web service acts as an intermediary between the general ledger system and the feeder system. It receives deletion requests, communicates with the feeder system to retrieve transaction entries, and sends reverse entries back to the feeder system. This intermediary role simplifies the overall system architecture by providing a single point of coordination rather than requiring direct complex interactions between multiple systems.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Loss of time

If manual identification of source transactions is required, then adaptability to different systems is maintained, but loss of time increases

Engineering Contradiction:
Improvetime to reverse entriesVSAvoidsystem integration flexibility
Core Design Contradiction:
Loss of timeVSAdaptability or versatility

Solution Approach 1:

The system uses parameter changes in the form of standardized identifiers (journal identifier, transaction keys) to enable automatic retrieval of source entries. By changing from manual parameter matching to automated identifier-based lookup, the system dramatically reduces time loss while maintaining adaptability through the use of universal identifier schemes that can work across different feeder systems.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS9208527B2General ledger (GL) journal delete/accounting line reversal web service
Publication Date: 2015.12.08 ORACLE INT CORP
  • US9208527B2 patent drawing
  • US9208527B2 patent drawing
  • US9208527B2 patent drawing

AI summary

A web service for automatically determining accounting entries that are affected by the deletion of a journal, formulating reverse accounting entries, and sending the reverse entries back to the source system is described. The service can use transaction identification keys to map and track which accounting entries are affected by the deletion of the journal. The web service can use extensible markup language (XML) among other formats.