DBA Data[Home] [Help]

APPS.PAY_JP_RETRO_PKG dependencies on HR_UTILITY

Line 655: raise hr_utility.hr_error;

651: fetch csr_defined_balance into l_defined_balance_id;
652: if csr_defined_balance%notfound then
653: close csr_defined_balance;
654: g_message_text := 'Balance DB item does not exist';
655: raise hr_utility.hr_error;
656: end if;
657: close csr_defined_balance;
658:
659: if p_effective_date is NULL then