diff --git a/LSL2/STPROC/OBJ_SAP.txt b/LSL2/STPROC/OBJ_SAP.txt index c6a8e6b..b143e1a 100644 --- a/LSL2/STPROC/OBJ_SAP.txt +++ b/LSL2/STPROC/OBJ_SAP.txt @@ -386,9 +386,9 @@ SendReconcile: SendToGroup = 'FI_SUPPORT' Parms = Recipients:@RM:SentFrom:@RM:Subject:@RM:Message:@RM:AttachWindow:@RM:AttachKey:@RM:SendToGroup obj_Notes('Create',Parms) - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'critical') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'critical') end else - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'ok') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'ok') end StopTime = Time() @@ -1117,9 +1117,9 @@ SendRecord: SendToGroup = 'FI_SUPPORT' Parms = Recipients:@RM:SentFrom:@RM:Subject:@RM:Message:@RM:AttachWindow:@RM:AttachKey:@RM:SendToGroup obj_Notes('Create',Parms) - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'critical') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'critical') end else - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'ok') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'ok') end StopTime = Time() @@ -1376,9 +1376,9 @@ DirNextSeq: SendToGroup = 'FI_SUPPORT' Parms = Recipients:@RM:SentFrom:@RM:Subject:@RM:Message:@RM:AttachWindow:@RM:AttachKey:@RM:SendToGroup obj_Notes('Create',Parms) - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'critical') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'critical') end else - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'ok') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'ok') end StopTime = Time()