Passing values to the Validation Rule error message [message #330356] |
Sun, 29 June 2008 20:43 |
ahmad_zabin
Messages: 2 Registered: June 2008
|
Junior Member |
|
|
Hello
Could anybody help me please
I have the following inquiry :
I am using JDeveloper 10.1.3
I am working on ADF and JSF environment
I have entity object called "Invoices"
and I have the following business rule
" Total purchases from any supplier should not exceed 5000 $ per month "
I am using a validation query to check for the purchases from
specific supplier and validate the Amount.
and I want the message for this validation rule to be :
" Total purchases for this supplier is X , you cannot purchase more than 5000 $ "
where X is variable depending on the supplier ?
Regards
|
|
|
|