DBA Data[Home] [Help]

APPS.BEN_CRD_BUS dependencies on FND_MESSAGE

Line 343: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

339: close csr_leg_code;
340: --
341: -- The primary key is invalid therefore we must error
342: --
343: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
344: fnd_message.raise_error;
345: --
346: end if;
347: --

Line 344: fnd_message.raise_error;

340: --
341: -- The primary key is invalid therefore we must error
342: --
343: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
344: fnd_message.raise_error;
345: --
346: end if;
347: --
348: close csr_leg_code;