From a581a9862f8207f644f68080f5c3651202a55109 Mon Sep 17 00:00:00 2001 From: Bishwajeet Kumar Rajak Date: Mon, 16 Mar 2026 17:47:19 +0530 Subject: [PATCH] procedure updated --- db/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/repository.py b/db/repository.py index f00c902..855830d 100644 --- a/db/repository.py +++ b/db/repository.py @@ -259,7 +259,7 @@ class Repository: logger.info("Calling rtgs_api_txn_post procedure to process all inserted transactions...") try: - cursor.callproc('rtgs_api_txn_post') + cursor.callproc('PACS_DB.rtgs_api_txn_post') except Exception: cursor.execute("BEGIN rtgs_api_txn_post; END;")