PS_MARK_DELETE
Use the PS_MARK_DELETE script element to inform the PeopleSoft system that the job or process with the given instance number is deleted. You can use it to clean up the PeopleSoft process list from within the Automation Engine.
Interface: PROCESSREQUEST_SBB
PeopleSoft Version: 8+
Syntax
PS_MARK_DELETE INSTANCE=...
Parameters
| Parameter | Description | Format |
|---|---|---|
| INSTANCE= | The instance number of the job or process in PeopleSoft | Number with up to 10 digits |
Examples
The following example marks the job or process with instance number 6457232 as deleted.
PS_MARK_DELETE INSTANCE=6457232
See also: