DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on HR_CHKFMT

Line 189: hr_chkfmt.changeformat (

185: --
186: else
187: --
188: hr_utility.set_location('payplnk.convert_internal_to_display',21);
189: hr_chkfmt.changeformat (
190: l_internal_value, /* the value to be formatted (out - display) */
191: l_display_value, /* the formatted value on output (out - canonical) */
192: p_uom_value, /* the format to check */
193: p_currency_code );