DBA Data[Home] [Help]

SYS.DBMS_DBFS_CONTENT_SPI dependencies on DBMS_DBFS_CONTENT_RAW_T

Line 457: buffers out nocopy dbms_dbfs_content_raw_t,

453: path in varchar2,
454: properties in out nocopy dbms_dbfs_content_properties_t,
455: amount in out number,
456: offset in number,
457: buffers out nocopy dbms_dbfs_content_raw_t,
458: prop_flags in integer,
459: ctx in dbms_dbfs_content_context_t);
460:
461: procedure putPath(

Line 486: buffers in dbms_dbfs_content_raw_t,

482: path in varchar2,
483: properties in out nocopy dbms_dbfs_content_properties_t,
484: written out number,
485: offset in number,
486: buffers in dbms_dbfs_content_raw_t,
487: prop_flags in integer,
488: ctx in dbms_dbfs_content_context_t);
489:
490: