DBA Data[Home] [Help]

APPS.PAY_PAYWSQEE_PKG dependencies on HR_UTILITY

Line 1291: hr_utility.set_message(800, 'HR_449106_BEE_UPGRADING');

1287: --
1288: -- Check whether the upgrade process is in progress.
1289: --
1290: if l_bee_iv_upgrade = 'E' then
1291: hr_utility.set_message(800, 'HR_449106_BEE_UPGRADING');
1292: hr_utility.raise_error;
1293: end if;
1294: --
1295: --

Line 1292: hr_utility.raise_error;

1288: -- Check whether the upgrade process is in progress.
1289: --
1290: if l_bee_iv_upgrade = 'E' then
1291: hr_utility.set_message(800, 'HR_449106_BEE_UPGRADING');
1292: hr_utility.raise_error;
1293: end if;
1294: --
1295: --
1296: if p_input_value is null then

Line 1372: hr_utility.set_message ('PAY','PAY_6306_INPUT_VALUE_FORMAT');

1368: return l_display_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;

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: --

Line 1374: hr_utility.raise_error;

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: --
1378: end PAY_PAYWSQEE_PKG;