DBA Data[Home] [Help]

APPS.PAYPLNK dependencies on HR_CHKFMT

Line 189: hr_chkfmt.changeformat (

185: p_value_set_id, l_internal_value);
186: --
187: else
188: --
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 );