Technology Stack - EBS (MOSC)

MOSC Banner

How to launch a request set and add parameters from the sales order form with forms personalization

edited Aug 20, 2021 10:48AM in Technology Stack - EBS (MOSC) Question
Builtin: Launch a function
Function code: FND_FNDRSRUN
Parameters: SET_APPL_SHORT_NAME="XXONT" REQUEST_SET_NAME="FNDRSSUB995" CHAR1="ESF"

this is working but I would like to send information from the form to char1 :order.ship_from.

I have tested the following in the parameters but it doesn't work:

= select 'SET_APPL_SHORT_NAME="XXONT" CONCURRENT_PROGRAM_NAME="FNDRSSUB995"
CHAR1="'||${item.ORDER.SHIP_FROM.value}||'"'
from dual

Any suggestions?

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