My Oracle Support Banner

Saving a New Receipt via the Mobile Inventory Home Page Then Click on Receiving PO Tile, Get 'False' Warning Message Until Update Permission List to Give Full Access To Component Interface MIN_PO_RECV_CI (Doc ID 2938484.1)

Last updated on APRIL 20, 2023

Applies to:

PeopleSoft Enterprise SCM Purchasing - Version 9.2 to 9.2 [Release 9]
Information in this document applies to any platform.

Symptoms

When trying to save received items on the Mobile PO Receipt page getting a warning message that only has the text "False".

Traced the code to RECV_HDR.RECEIVER_ID.SaveEdit
New Function added with 05/10/2022 SV 33906372 Added new method for Overreceiving warning to be used by CI in Mobile Inventory

Found that code changes to RECV_HDR.RECEIVER_ID.SaveEdit added new validation for over receiving via Component Interface method in Mobile Inventory. The issue appears to be that the Validation function is returning 'False' instead of the intended validation message.
 
--Error does not occur in DEMO.

--Error does not occur in DEV when logged in as VP1. However when logged in as a user with the usual receiving business role, the error occurs.

Below are the areas called by the Save Button:
SCM_NUI_MOBILE_NUI.ReceiptPersistance
MIN_PO_RECV_CI.Methods
RECV_HDR.RECEIVER_ID.SaveEdit

Above areas are involved when invoking the Save action as SCM_NUI_MOBILE_NUI.POReceipt calls &recResult = &i_objPersistence.SaveDocument(&rsPostDoc) and in ReceiptPersistance this new section calls the CI method Local string &warn = &oMinPoRecvCi.ValidateShipQtyPct(); that Method calls &warn = ShipQtyPctCI( True); which exists in RECV-HDR.RECIEVER_ID.SaveEdit. That's where the function calls stop in the trace file and then the "False" warning box is shown.

Steps:
a.Login as user with a Receiving Role/Permission List
b.Navigate to Mobile Inventory Home Page -> click on the Receiving PO tile
c.In Search, click Advanced to search within 10 day span
d.Unselect all retrieved rows
e.Then select a single row and click Save to save the line to a new receipt, then the Warning Popup appears with 'False' in the warning message

Warning:  
                   False
            OK          CANCEL

(Note: Clicking OK allows user to continue with creating a Receipt as normal)

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.