DBA Data[Home] [Help]

APPS.PER_CA_EMP_EQUITY_PKG dependencies on PAY_CORE_UTILS

Line 531: pay_core_utils.push_message(800,'PAY_74160_SUPER_USER','P');

527:
528: if c_person_exists%notfound then
529: close c_person_exists;
530: hr_utility.set_message(800,'PAY_74160_SUPER_USER');
531: pay_core_utils.push_message(800,'PAY_74160_SUPER_USER','P');
532: hr_utility.raise_error;
533: else
534: close c_person_exists;
535: end if;