DBA Data[Home] [Help]

APPS.PAY_BATCH_BALANCEADJ_WRAPPER dependencies on HR_GENERAL

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

1862:
1863: when others then
1864: hr_utility.trace(' In Exception -> ' || l_display_value);
1865: hr_utility.set_message('PAY','PAY_6306_INPUT_VALUE_FORMAT');
1866: hr_utility.set_message_token('UNIT_OF_MEASURE', hr_general.decode_lookup ('UNITS', l_uom_value ));
1867: hr_utility.raise_error;
1868: end;
1869:
1870: else

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

1879:
1880: when others then
1881: hr_utility.trace(' In Exception ->l_display_value := p_input_value; ' || l_display_value);
1882: hr_utility.set_message('PAY','PAY_6306_INPUT_VALUE_FORMAT');
1883: hr_utility.set_message_token('UNIT_OF_MEASURE', hr_general.decode_lookup ('UNITS', l_uom_value ));
1884: hr_utility.raise_error;
1885:
1886: end;
1887:

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

1967:
1968: when others then
1969: hr_utility.trace(' In Exception l_value_set_id is not null and-> ' || l_display_value);
1970: hr_utility.set_message('PAY','PAY_6306_INPUT_VALUE_FORMAT');
1971: hr_utility.set_message_token('UNIT_OF_MEASURE', hr_general.decode_lookup ('UNITS', l_uom_value ));
1972: hr_utility.raise_error;
1973:
1974: end;
1975:

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

2001:
2002: when others then
2003: hr_utility.trace(' In Exception hr_chkfmt.changeformat(-> ' || l_display_value);
2004: hr_utility.set_message('PAY','PAY_6306_INPUT_VALUE_FORMAT');
2005: hr_utility.set_message_token('UNIT_OF_MEASURE', hr_general.decode_lookup ('UNITS', l_uom_value ));
2006: hr_utility.raise_error;
2007:
2008: end;
2009:

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

2017: --
2018: exception
2019: when others then
2020: hr_utility.set_message('PAY','PAY_6306_INPUT_VALUE_FORMAT');
2021: hr_utility.set_message_token('UNIT_OF_MEASURE', hr_general.decode_lookup ('UNITS', l_uom_value ));
2022:
2023: hr_utility.raise_error;
2024: --
2025: end convert_internal_to_display;