DBA Data[Home] [Help]

APPS.HR_DBCHKFMT dependencies on HR_CHKFMT

Line 322: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);

318: hr_utility.raise_error;
319: end if;
320: elsif(p_format = 'M' or p_format = 'MONEY') then
321: begin
322: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);
323: exception
324: when others then
325: hr_utility.set_message(801,'HR_7912_CHECK_FMT_MONEY');
326: hr_utility.set_message_token('ARG_NAME', p_arg_name);

Line 333: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);

329: end;
330: elsif(p_format = 'I' or p_format = 'INTEGER' or p_format = 'H_HH'
331: or p_format = 'NUMBER' or p_format = 'ND' or p_format = 'N') then
332: begin
333: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);
334: exception
335: when others then
336: hr_utility.set_message(801,'HR_7914_CHECK_FMT_NUMBER');
337: hr_utility.set_message_token('ARG_NAME', p_arg_name);

Line 343: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);

339: hr_utility.raise_error;
340: end;
341: elsif(p_format = 'TIMES' or p_format = 'T') then
342: begin
343: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);
344: exception
345: when others then
346: hr_utility.set_message(801,'HR_7916_CHECK_FMT_HHMM');
347: hr_utility.set_message_token('ARG_NAME', p_arg_name);

Line 354: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);

350: end;
351: elsif(p_format = 'H_DECIMAL1' or p_format = 'H_DECIMAL2' or p_format = 'H_HHMM' or p_format = 'H_HHMMSS'
352: or p_format = 'H_DECIMAL2' or p_format = 'H_DECIMAL3' or p_format = 'HOURS') then
353: begin
354: hr_chkfmt.checkformat(l_value, p_format, l_output, NULL, NULL, 'Y', l_rgeflg, p_curcode);
355: exception
356: when others then
357: hr_utility.set_message(801,'HR_7918_CHECK_FMT_HDECIMAL');
358: hr_utility.set_message_token('ARG_NAME', p_arg_name);