DBA Data[Home] [Help]

SYS.DBMS_METADATA dependencies on KU$_VCNT

Line 481: -- NETWORK_FETCH_ERRORS: Serializes a ku$_vcnt into a VARCHAR2 for

477: do_callout OUT NUMBER,
478: have_errors OUT NUMBER)
479: RETURN VARCHAR2;
480:
481: -- NETWORK_FETCH_ERRORS: Serializes a ku$_vcnt into a VARCHAR2 for
482: -- network operations. (modeled on NETWORK_FETCH_PARSE, below)
483: -- RETURNS: VARCHAR2: A delimited series of error string
484: -- PARAMETERS: handle - Context handle from previous OPEN call.
485: -- cnt - Number of errors returned this iteration

Line 547: procobj_errors OUT sys.ku$_vcnt);

543: doc IN OUT NOCOPY CLOB,
544: parsed_items IN OUT NOCOPY sys.ku$_parsed_items,
545: object_type_path OUT VARCHAR2,
546: seqno OUT NUMBER,
547: procobj_errors OUT sys.ku$_vcnt);
548:
549: -- CLOSE: Cleanup all context associated with handle.
550: -- PARAMETERS: handle - Context handle from previous OPEN call.
551: