Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose
Supporting package for Advanced Queuing
AUTHID
CURRENT_USER
Dependencies
AQ$_BND
AQ$_GET_SUBSCRIBERS
DBMS_ASSERT
AQ$_BND_ARRAY
Documented
No
First Available
20c
Pragmas
PRAGMA SUPPLEMENTAL_LOG_DATA(default, NONE);
Security Model
Owned by SYS with no privileges granted.
Source
{ORACLE_HOME}/rdbms/admin/depsaq.sql
GET_SUB_CURSOR
Packed used by aq$_get_subscribers to get cursor for list of subscribers for the queue
dbms_aq_sub.get_sub_cursor(
schema IN VARCHAR2,
dquser IN VARCHAR2,
qtname IN VARCHAR2,
qname IN VARCHAR2,
qtflags IN BINARY_INTEGER)
RETURN SYS_REFCURSOR;