Enterprise Service Automation (ESA) - PSFT (MOSC)

MOSC Banner

Refresh Approval Status button after withdrawing an ER

edited Feb 24, 2020 3:08PM in Enterprise Service Automation (ESA) - PSFT (MOSC) 3 commentsAnswered ✓

Hi Team,

We are in the process of upgrading to PUM 34 with tools 8.57.12.  we see the below mentioned piece of code introduced by oracle as part of PUM 34 for the Refresh Approval Status button after withdrawing an ER.   

If (EX_ICLIENT_WRK.APPROVAL_HISTORY.Visible = False Or

      EX_ICLIENT_WRK.HTMLAREA.Visible = False) And

      (EX_SHEET_HDR.SHEET_STATUS = "SUB" Or

         EX_SHEET_HDR.SHEET_STATUS = "SFA") Then

   EX_ICLIENT_WRK.REFRESH_APPRVL.Visible = True;

   If &mode = "Inquiry" And

         EX_SHEET_HDR.SHEET_STATUS.Value = "SUB" And

         &access = "A" Then

      If &cbWithdrawal Then

         EX_ICLIENT_WRK.REFRESH_APPRVL.Visible = True;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center