DBA Data[Home] [Help]

APPS.HR_CHKFMT dependencies on HR_CHKFMT

Line 1: package body hr_chkfmt as

1: package body hr_chkfmt as
2: /* $Header: pychkfmt.pkb 120.7 2007/11/06 10:38:55 ayegappa noship $ */
3:
4: g_group_sep_profile CONSTANT VARCHAR2(2) := NVL(fnd_profile.value('HR_NUMBER_SEPARATOR'),'N');
5:

Line 1431: end hr_chkfmt;

1427: begin
1428: output := changeformat(input, format, curcode);
1429: end changeformat;
1430: --
1431: end hr_chkfmt;