DBA Data[Home] [Help]

APPS.PAY_SIMULATOR_SS_PKG dependencies on HR_CHKFMT

Line 744: hr_chkfmt.checkformat (p_screen_entry_value,l_uom,p_internal_value,l_min_value,l_max_value,'Y',lv_dummy,l_input_curr_code );

740: If l_uom = 'D' then
741: p_internal_value :=to_char(to_date(p_screen_entry_value,l_date_prof_value),'DD-MON-RRRR');
742: else
743:
744: hr_chkfmt.checkformat (p_screen_entry_value,l_uom,p_internal_value,l_min_value,l_max_value,'Y',lv_dummy,l_input_curr_code );
745:
746: end if;
747:
748: exception