DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on FND_MESSAGE

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

5582: -- The primary key is invalid therefore we must error
5583: --
5584: CLOSE csr_leg_code;
5585: --
5586: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
5587: fnd_message.raise_error;
5588: --
5589: END IF;
5590: --

Line 5587: fnd_message.raise_error;

5583: --
5584: CLOSE csr_leg_code;
5585: --
5586: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
5587: fnd_message.raise_error;
5588: --
5589: END IF;
5590: --
5591: hr_utility.set_location(l_proc,20);