DBA Data[Home] [Help]

SYS.DBMS_DBFS_HS dependencies on DBMS_DBFS_CONTENT_RAW_T

Line 339: buffers out dbms_dbfs_content_raw_t,

335: path in varchar2,
336: properties in out nocopy dbms_dbfs_content_properties_t,
337: amount in out number,
338: offset in number,
339: buffers out dbms_dbfs_content_raw_t,
340: prop_flags in integer,
341: ctx in dbms_dbfs_content_context_t);
342:
343: procedure putPath(

Line 368: buffers in dbms_dbfs_content_raw_t,

364: path in varchar2,
365: properties in out nocopy dbms_dbfs_content_properties_t,
366: written out number,
367: offset in number,
368: buffers in dbms_dbfs_content_raw_t,
369: prop_flags in integer,
370: ctx in dbms_dbfs_content_context_t);
371:
372: