DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on HR_GENERAL

Line 333: hr_general.decode_lookup(

329: decode(piv.hot_default_flag,
330: 'Y',nvl(pliv.default_value,piv.default_value),
331: pliv.default_value) DEFAULT_VALUE,
332: decode(piv.lookup_type,NULL,NULL,
333: hr_general.decode_lookup(
334: piv.lookup_type,
335: decode(piv.hot_default_flag,
336: 'Y',nvl(pliv.default_value,piv.default_value),
337: pliv.default_value))) D_DEFAULT_VALUE

Line 639: l_d_uom := hr_general.decode_lookup('UNITS',l_rec.uom);

635: --
636: -- In case the value input is incorrect format.
637: --
638: when others then
639: l_d_uom := hr_general.decode_lookup('UNITS',l_rec.uom);
640: hr_utility.set_message(801,'PAY_6306_INPUT_VALUE_FORMAT');
641: hr_utility.set_message_token('UNIT_OF_MEASURE',l_d_uom);
642: hr_utility.raise_error;
643: end;