Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Patch 12595030: (Rel 12) Custom function XXMA_WMS_LPN_SHIP missing after patch application

edited Aug 12, 2012 6:09PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 4 commentsAnswered

 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:

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