Hi All,
I am working on a client requirement where Form A ( calling form) invokes another form B (called form) in oracle applications.
The called form has some security built in. The called form (form B) works this way.
When I try to open the form B,it first displays an LOV. The LOV contains the list of card_titles. Once I select the card_title and click OK, then the form opens.
So, I am passing a parameter called card_title from fnd_function.execute in form A. However, the called form does not open. It only shows the LOV with the card titles. Please help.
fnd_function.execute(FUNCTION_NAME=>'XXX_TRANS',
OPEN_FLAG=>'Y',
SESSION_FLAG=>'N',
other_params=>:PARAMETER.CURRENT_CARD_TITLE);
Thanks
Megha.