DBA Data[Home] [Help]

APPS.PER_INC_BUS dependencies on HR_CHKFMT

Line 755: hr_chkfmt.checkformat(l_value, 'TIMES', l_output, NULL, NULL, 'Y', l_rgeflg, NULL);

751: --
752: if p_incident_time is not null then
753: begin
754:
755: hr_chkfmt.checkformat(l_value, 'TIMES', l_output, NULL, NULL, 'Y', l_rgeflg, NULL);
756:
757: if p_incident_time <> l_output then
758: hr_utility.set_message(800, 'HR_289019_INC_INV_ITIME');
759: hr_utility.raise_error;

Line 1572: hr_chkfmt.checkformat(l_value, 'TIMES', l_output, NULL, NULL, 'Y', l_rgeflg, NULL);

1568: --
1569: if p_work_start_time is not null then
1570: begin
1571:
1572: hr_chkfmt.checkformat(l_value, 'TIMES', l_output, NULL, NULL, 'Y', l_rgeflg, NULL);
1573:
1574: if p_work_start_time <> l_output then
1575: hr_utility.set_message(800, 'HR_289810_INC_INV_WKST_TIME');
1576: hr_utility.raise_error;

Line 2357: hr_chkfmt.checkformat(l_value, 'TIMES', l_output, NULL, NULL, 'Y', l_rgeflg, NULL);

2353: --
2354: if p_report_time is not null then
2355: begin
2356:
2357: hr_chkfmt.checkformat(l_value, 'TIMES', l_output, NULL, NULL, 'Y', l_rgeflg, NULL);
2358:
2359: if p_report_time <> l_output then
2360: hr_utility.set_message(800, 'HR_289031_INC_INV_RTIME');
2361: hr_utility.raise_error;

Line 2546: hr_chkfmt.checkformat(l_value, 'MONEY', l_output, NULL, NULL, 'Y', l_reg, p_compensation_currency);

2542: --
2543: l_value := to_char(p_compensation_amount);
2544: l_output := to_char(p_compensation_amount);
2545: --
2546: hr_chkfmt.checkformat(l_value, 'MONEY', l_output, NULL, NULL, 'Y', l_reg, p_compensation_currency);
2547:
2548: exception
2549: when others then
2550: hr_utility.set_message(801,'HR_7912_CHECK_FMT_MONEY');