Yearly Archives: 2024

Understating Transmission configuration in Oracle Cloud

Introduction Oracle fusion has a direct option to transmit the payment files from Cloud application to Payment system or Bank based on the setup defined in system. Why Transmission configuration…

Read More

AR Interface Exception Corrections

AR Interface Exception Correction   Introduction/ Issue: We have an invoice which need to be imported to oracle Cloud Applications but unfortunately it got stuck at interface and not getting…

Read More

Celebrating Doyensys Culture: A Day of Unity, Fun, and Recognition

At Doyensys, our culture isn’t just a set of values on paper; it’s the heartbeat of our organization, shaping every interaction and decision we make. Rooted in respect, integrity, and…

Read More

Face Detection (Augmented Reality) in C# and APEX

Face Detection (Augmented Reality) in C# and APEX Table of Contents Introduction Technologies and Tools Used Steps Conclusion 1.    Introduction Face Detection Augmented Reality in C# allows you to overlay…

Read More

Have you ever wondered how Timescale handles time-series data?

TimescaleDB introduces Hypertables, a feature that automatically partitions data based on time. While Hypertables behave like regular Postgres tables, they offer specialized functionality tailored for storing and managing time-series data.…

Read More

Launching TimescaleDB Timeseries Database in Docker Containers

TimescaleDB, is a revolutionary open-source database engineered specifically for time-series data. Built on the robust foundation of PostgreSQL, TimescaleDB combines the reliability and versatility of traditional relational databases with the…

Read More

The Diverse Use Cases of Timeseries Databases

In the realm of data management and analysis, the spotlight often shines on a variety of databases designed to handle specific types of data and workloads. Among these, timeseries databases…

Read More

To Upload Credit Memos in EBS

DEclare l_tax_combination_id number; l_return_status           VARCHAR2 (100); l_error                   VARCHAR2 (1000); v_request_id              NUMBER; v_msg_count               NUMBER; v_msg_data                VARCHAR2 (2000); v_return_status           VARCHAR2 (1); l_cm_trx_header_id        NUMBER; l_cm_trx_line_id          NUMBER; lc_customer_trx_id        NUMBER; pc_msg_count              NUMBER; pc_msg_data               VARCHAR2 (1000);…

Read More

Interfacing EBS Orders with External Application

We made use of utl_http to post json_data. This piece of code will help in sending data to Custom Applications DECLARE    vrequest                                  CLOB;    oresp_status_code                VARCHAR2 (32000);    oresp_reason_phrase       …

Read More

Lease process from Lease creation to Termination

Step by step process for Lease Creation to Termination Go the Manage Leases : Enter all the details in Create Lease Page by clicking (+) button Once all details added…

Read More