Launch Job (LAUNCH_API)
Back to Qbyte 360 Connect API Reference Guide
- 1 Overview
- 2 launch_api.LAUNCH_MODULE
- 3 launch_api.LAUNCH_REVU055
- 4 launch_api.LAUNCH_REVU066
- 5 launch_api.LAUNCH_ACTU204
- 6 launch_api.LAUNCH_REVU066 (with PA USER ID Parameter)
- 7 launch_api.LAUNCH_ACTU213
- 8 Error Messages for LAUNCH_REVU055()
- 9 Error Messages for LAUNCH_ACTU213()
- 10 Error Messages for LAUNCH_ACTU204()
Overview
Uses job submissions to launch a Qbyte IM job. The functions and procedures are:
launch_api.LAUNCH_MODULE
Function returns VARCHAR2 (‘TRUE’/’FALSE’) to indicate a successful/unsuccessful action.
The parameter_list values are separated by semi-colons. The first parameter must be the module_id.
The parameter values are positional and must be in the same sequence as defined for the module.
The end of the parameter list is indicated by a period. Example - 'REVU055;;03/05;;Y;filename.txt;.'
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
Available as both a function and a procedure.
launch_api.LAUNCH_REVU055
Function returns VARCHAR2 (‘TRUE’/’FALSE’) to indicate a successful/unsuccessful action.
To automatically launch actu116 set i_launch_batch_edit to Y.
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
Available as both a function and a procedure.
launch_api.LAUNCH_REVU066
Function returns VARCHAR2 (‘TRUE’/’FALSE’) to indicate a successful/unsuccessful action.
To automatically launch actu116 set i_launch_batch_edit to Y.
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
Available as both a function and a procedure.
launch_api.LAUNCH_ACTU204
Function returns VARCHAR2 (‘TRUE’/’FALSE’) to indicate a successful/unsuccessful action.
To automatically launch actu116 set i_launch_batch_edit to Y.
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
Available as both a function and a procedure.
launch_api.LAUNCH_REVU066 (with PA USER ID Parameter)
A new function/procedure was added for enhancements made in Qbyte Metrix 1.4. This overloaded procedure/function has a new parameter for the PA User ID that will be supplied by the Qbyte Metrix application.
The new overloaded function/procedure will issue an update statement to update the CREATE_USER column on the AU_JOB_SUBMISSIONS table for the REVU066 right after the call to launch_fa_module.
The function returns VARCHAR2 (‘TRUE’/’FALSE’) to indicate a successful/unsuccessful action.
To automatically launch actu116 set i_launch_batch_edit to Y.
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
Available as both a function and a procedure.
launch_api.LAUNCH_ACTU213
Function returns VARCHAR2 (‘TRUE’/’FALSE’) to indicate a successful/unsuccessful action.
Default values on parameters indicate that the parameter is optional and the default value will be inserted into the corresponding column.
Available as both a function and a procedure.
Error Messages for LAUNCH_REVU055()
Error Messages for LAUNCH_ACTU213()
Error Messages for LAUNCH_ACTU204()
Related content
Copyright© 2024 IFS AB. Copying prohibited. All rights reserved.