fnd_message in Oracle
Hi,
I have a question, I work in Oracle Forms Personalization and I try to show a message like this in actions:
seq: 10 type: builtin bultin type: execute a procedure argument: Fnd_Message.Set_Name('SQLAP', 'AP_PAY_OUTSTANDING_PREPAY') this is OK but the next
seq: 20 type: builtin bultin type: execute a procedure argument: Fnd_Message.Set_Token('AVAILABLE', to_char(:INV_SUM_FOLDER.available_prepays)) present a problem because not all variables bound, so How I can call a variable of the actions in the from of customization of Oracle? or How I can call the number in the block :INV_SUM_FOLDER.available_prepays?