DBA Data[Home] [Help]

APPS.HR_US_W4_EX dependencies on HR_UTILITY

Line 66: raise hr_utility.hr_error;

62: open csr_defined_balance;
63: fetch csr_defined_balance into l_defined_balance_id;
64: if csr_defined_balance%notfound then
65: close csr_defined_balance;
66: raise hr_utility.hr_error;
67: else
68: close csr_defined_balance;
69: end if;
70:

Line 239: raise hr_utility.hr_error;

235: where fed_information_category = 'ALLOWANCES LIMIT';
236:
237: Exception
238: when no_data_found then
239: raise hr_utility.hr_error;
240: End;
241:
242: if nvl(l_fed_allowance,0) > 0 then
243: if nvl(to_number(w4_allowance),0) > l_fed_allowance then