Message Component
Fnd_Msg_PackParameters
Fnd_Msg_PackParameters (msg; param 1 {... param N}) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| msg | Text | Message to append parameter |
| param 1 - n | Text | Parameters to add to the message |
| Function result | Text | Delimited parameters This function returns the delimited parameters. This function adds the text parameters to the message using the same delimiter expected by the Fnd_Msg_GetParameter routine. $delimitedparams_t:=Fnd_Msg_PackParameters ("Location_msg";"City";"State") |
Description
Extracted source text
Fnd_Msg_PackParameters (msg; param 1 {... param N}) ➜ Text
Parameter Type Description
msg Text Message to append parameter
param 1 - n Text Parameters to add to the message
Function result Text Delimited parameters
This function returns the delimited parameters. This function adds the text parameters to the message
using the same delimiter expected by the Fnd_Msg_GetParameter routine.
$delimitedparams_t:=Fnd_Msg_PackParameters ("Location_msg";"City";"State")