Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose
Internal support package for application continuity that allows an application to manage transaction monitoring and replay for select-only transactions.
Asks server to check status of last action and prepare for a replay
dbms_app_cont_prvt.prepare_replay(
client_ltxid IN RAW,
attempting_replay IN BOOLEAN,
commit_on_success IN BOOLEAN,
call_fncode IN BINARY_INTEGER,
sql_text IN VARCHAR2,
committed OUT BOOLEAN,
embedded OUT BOOLEAN,
signature_flags IN NUMBER := NULL,
client_signature IN NUMBER := NULL,
server_signature IN NUMBER := NULL,
signature_version IN NUMBER := 0);