Previous Topic: PROGNOTIFYUSERS Statement—Specify Users to Notify Using Short NamesNext Topic: PROGPRINTCOPIES Statement—Specify the Number of Copies to Print for a Request Set Program


PROGOUTPUTFORMAT Statement—Specify the Output Format for a Program in a Request Set

The PROGOUTPUTFORMAT statement specifies the output format for a program in a request set.

Supported Job Type

This statement is optional for the Oracle E-Business Suite Request Set job type.

Syntax

This statement has the following format:

PROGOUTPUTFORMAT output_format
output_format

Specifies the output format for a program in a request set.

Limits: Up to ten characters; case-sensitive

Notes:

Example: Specify Different Output Formats for Different Programs

In this example, both programs have template territory as United Kingdom (UK) and template language as German (DE). The first program has output format as XML, and the second program has output format as Excel.

AGENT OAAGENT
OAUSER SYSADMIN
RESPNAME 'System Administrator'
REQSET FNDRSSUB932
APPLDISPLNAME 'Application Object Library'
ARGDEFAULTS Yes
OUTPUTFORMAT XML
PROGDATA 1
    PROGARGS a
    PROGTEMPLATETERR UK
    PROGTEMPLATELANG DE
PROGDATA 2
    PROGARGS b
    PROGOUTPUTFORMAT Excel
    PROGTEMPLATETERR UK
    PROGTEMPLATELANG DE