DBA Data[Home] [Help]

APPS.PAY_PAYWSQEE_PKG dependencies on HR_GENERAL

Line 1373: hr_utility.set_message_token ('UNIT_OF_MEASURE', hr_general.decode_lookup ('UNITS', l_uom_value ));

1369: --
1370: exception
1371: when others then
1372: hr_utility.set_message ('PAY','PAY_6306_INPUT_VALUE_FORMAT');
1373: hr_utility.set_message_token ('UNIT_OF_MEASURE', hr_general.decode_lookup ('UNITS', l_uom_value ));
1374: hr_utility.raise_error;
1375: --
1376: end convert_internal_to_display;
1377: --