DBA Data[Home] [Help]

APPS.PAY_BEE_UPGRADE_PKG dependencies on HR_CHKFMT

Line 370: hr_chkfmt.checkformat (

366: --
367: if (p_uom_value <> 'D'
368: or (p_uom_value = 'D' and INSTR(l_display_value,'-',1,2) <> 0)) then
369: --
370: hr_chkfmt.checkformat (
371: l_display_value, /* the value to be formatted (out - display) */
372: p_uom_value, /* the format to check */
373: l_formatted_value, /* the formatted value on output (out - canonical) */
374: null, /* minimum value (can be null) */