Reporting - EBS (MOSC)

MOSC Banner

How to write Validations in Web ADI

edited Nov 18, 2010 2:34AM in Reporting - EBS (MOSC) 1 commentAnswered
 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

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