Patch 12595030: (Rel 12) Custom function XXMA_WMS_LPN_SHIP missing after patch application
Hi Team,
Issue:
=========
Patch 12595030: (Rel 12) Custom function XXMA_WMS_LPN_SHIP missing after patch application
Client also mentioned that they applied 13850879:R12.PO.B and another patch
Not sure which one caused this custom function to disappear.
Research by client:
---------------------------
SELECT *
FROM fnd_menus
WHERE menu_id IN
(SELECT menu_id
FROM FND_MENU_ENTRIES
WHERE function_id IN
(SELECT function_id
FROM fnd_form_functions
WHERE function_name LIKE 'XXMA_WMS_LPN_SHIP'
)
)
The above query fetches rows in the instance where the above patches are not applied.
Direction:
--------------
Checked the patches mentioned and the files delivered in ARU if any of them affect the fnd_form_functions
Tagged:
0