jcs.outputfile

on-site-related topic PL/SQL API jcs.outputfile

Summary

Returns the name of the output-file of the job.

Exceptions

Specification

Copy
function outputfile(job_id in number)
    return varchar2

Parameters

  • job_id - the ID of the job
  • returns varchar2 -

Transaction keyword

The transaction keyword defines how and/or when the changes are committed to the database. A definition of the various transaction keywords can be found on the jcs package summary page.

none

See Also

  • jcs_jobs (not implemented).