DBA Data[Home] [Help]

APPS.PAY_BATCH_BALANCEADJ_WRAPPER dependencies on HR_CHKFMT

Line 1983: -- hr_chkfmt.changeformat(

1979: begin
1980:
1981: -- Bug: 5204994
1982:
1983: -- hr_chkfmt.changeformat(
1984: -- l_internal_value, /* the value to be formatted (out - display) */
1985: -- l_display_value, /* the formatted value on output (out - canonical) */
1986: -- l_uom_value, /* the format to check */
1987: -- l_currency_code );

Line 1991: hr_chkfmt.checkformat(l_internal_value,

1987: -- l_currency_code );
1988:
1989: -- Replaced the above commented code with the following code for the bug# 5204994.
1990:
1991: hr_chkfmt.checkformat(l_internal_value,
1992: l_uom_value,
1993: l_display_value,
1994: null,
1995: null,

Line 2003: hr_utility.trace(' In Exception hr_chkfmt.changeformat(-> ' || l_display_value);

1999:
2000: exception
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: