open serial numer form from another form
I try to run function :
fnd_function.EXECUTE (function_name =>'INV_INVITSNU',
open_flag => 'Y',
session_flag => 'Y',
other_params => G_QUERY_FIND="False" ORG_CODE=:ORGANIZATION_CODE);
fnd_function.EXECUTE (function_name =>'INV_INVITSNU',
open_flag => 'Y',
session_flag => 'Y',
other_params => G_QUERY_FIND="False" ORG_CODE=:ORGANIZATION_CODE);
The form is opened, but the problem is that I don't find parameter "SERIAL_NUMBER" to send.
How can I open this form with spesific serial_number?
Best regards
Benny
0