How to write Validations in Web ADI
Hi All,
I have a Custom Integrator with multiple layouts.
In Layout A there is a column which is mandatory. and in Layout B, I don't have that column.
I have written the validation like this
IF Attribute1 is NULL THEN fnd_message.set_name('XXFM', 'XXFM_NULL_ATT') ; fnd_message.raise_error; END IF; I am getting this error even when I am using Layout B.
Can anyone please help?
Thanks,
Nidhi
0