EBS Customizations (MOSC)

MOSC Banner

In forms personalization , How to call pl/sql funtion in MESSAGE action tab.

edited Nov 28, 2017 7:10AM in EBS Customizations (MOSC) 4 commentsAnswered

Hello Experts,

On Receipts workbench, When the user clicks on Reverse..1 button to reverse that particular receipt, we want to fire custom code to do the reversal of some other receipts as well.

So I created forms personalization on WHEN-VALIDATE-RECORD of RGW_REVERSAL_MODAL.

I have created PL/SQL function which calls the API to do the reversal of other receipts and return an error message.

FUNCTION reverse_branch_receipts(p_hq_rcpt_id NUMBER DEFAULT NULL) RETURN VARCHAR2 IS

........

Now, in case of any error, I have to show the error message and raise form_trigger_failure.

So in Actions tab, I am using type as "Message"

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