DBA Data[Home] [Help]

SYS.DBMS_METADATA dependencies on KU$_SUBMITRESULTS

Line 1285: -- results - A ku$_SubmitResults object passed by reference that

1281: -- document - XML document containing object metadata of
1282: -- the type of the OPENW handle.
1283: -- flags - Various flags controlling operation:
1284: -- PUT_RAISE_EXCEPTION = raise exception, do return results
1285: -- results - A ku$_SubmitResults object passed by reference that
1286: -- contains detailed results of the operation. Each
1287: -- object's DDL text, parsed items and associated
1288: -- error msgs are included.
1289: -- EXCEPTIONS: Throws an exception if DDL transform was not added or an

Line 1296: results IN OUT NOCOPY sys.ku$_SubmitResults)

1292: FUNCTION put (
1293: handle IN NUMBER,
1294: document IN sys.XMLType,
1295: flags IN NUMBER,
1296: results IN OUT NOCOPY sys.ku$_SubmitResults)
1297: RETURN BOOLEAN;
1298:
1299: FUNCTION put (
1300: handle IN NUMBER,

Line 1303: results IN OUT NOCOPY sys.ku$_SubmitResults)

1299: FUNCTION put (
1300: handle IN NUMBER,
1301: document IN CLOB,
1302: flags IN NUMBER,
1303: results IN OUT NOCOPY sys.ku$_SubmitResults)
1304: RETURN BOOLEAN;
1305:
1306: -- PUT: Procedure variant of the above. The key difference
1307: -- is the exception handling.