DBA Data[Home] [Help]

APPS.PAY_OPM_DEL dependencies on FND_MESSAGE

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

586: close csr_bus_grp;
587: --
588: -- The primary key is invalid therefore we must error
589: --
590: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
591: fnd_message.raise_error;
592: --
593: end if;
594: close csr_bus_grp;

Line 591: fnd_message.raise_error;

587: --
588: -- The primary key is invalid therefore we must error
589: --
590: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
591: fnd_message.raise_error;
592: --
593: end if;
594: close csr_bus_grp;
595: --