Refresh Approval Status button after withdrawing an ER
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;