DBA Data[Home] [Help]

APPS.PER_CA_EMP_EQUITY_PKG dependencies on PAY_CORE_UTILS

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

586:
587: if c_person_exists%notfound then
588: close c_person_exists;
589: hr_utility.set_message(800,'PAY_74160_SUPER_USER');
590: pay_core_utils.push_message(800,'PAY_74160_SUPER_USER','P');
591: hr_utility.raise_error;
592: else
593: close c_person_exists;
594: end if;