DBA Data[Home] [Help]

APPS.PAY_BATCH_BALANCEADJ_WRAPPER dependencies on HR_CHKFMT

Line 1986: -- hr_chkfmt.changeformat(

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

Line 1994: hr_chkfmt.checkformat(l_internal_value,

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

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

2002:
2003: exception
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: