DBA Data[Home] [Help]

APPS.PAY_KR_ENTRIES_PKG dependencies on HR_GENERAL

Line 336: hr_general.decode_lookup(

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

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

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