Order Management - EBS (MOSC)

MOSC Banner

How to add form personalization on when button pressed?

edited Oct 31, 2019 4:05PM in Order Management - EBS (MOSC) 6 commentsAnswered

I would like to add personalization in Pick Release form to call custom procedure when  EXECUTE  button is pressed.

1. How to call procedure during WHEN-BUTTON-PRESSED event?

   There is no such trigger event .  I'd like to use form personalization feature, not custom.pll

2. How to add second parameter to the procedure call , parameter is  'PICK'  ( CONSTANT VARCHAR2).

   Call is working with one parameter , when I use statement as below, but I  could not figure out how to add second parameter to procedure call from form personalization

='begin

xx_test( '''||${item.RELEASE.ORDER_HEADER_ID.value}||''');

end'

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