DBA Data[Home] [Help]

APPS.PAY_BATCH_BALANCEADJ_WRAPPER dependencies on HR_GENERAL

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

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

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

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

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

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

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

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

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

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