DBA Data[Home] [Help]

APPS.PAY_PGR_BUS dependencies on HR_CHKFMT

Line 626: hr_chkfmt.changeformat( input =>p_value,

622: -- which change the canonical string into Formated string..
623: -- insted of l_input := p_value; we are using following call
624:
625: -- l_input := p_value;
626: hr_chkfmt.changeformat( input =>p_value,
627: output => l_input,
628: format => l_format,
629: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
630: --for bug 5882341

Line 631: hr_chkfmt.checkformat(l_input

627: output => l_input,
628: format => l_format,
629: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
630: --for bug 5882341
631: hr_chkfmt.checkformat(l_input
632: ,l_format
633: ,l_output
634: ,null
635: ,null

Line 647: hr_chkfmt.changeformat( input =>p_maximum,

643: --
644: hr_utility.set_location(l_proc, 20);
645: --start changes for bug 6346419
646: --l_input := p_maximum;
647: hr_chkfmt.changeformat( input =>p_maximum,
648: output => l_input,
649: format => l_format,
650: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
651: --end changes for bug 6346419

Line 652: hr_chkfmt.checkformat(l_input

648: output => l_input,
649: format => l_format,
650: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
651: --end changes for bug 6346419
652: hr_chkfmt.checkformat(l_input
653: ,l_format
654: ,l_output
655: ,null
656: ,null

Line 668: hr_chkfmt.changeformat( input =>p_minimum,

664: --
665: hr_utility.set_location(l_proc, 30);
666: --start changes for bug 6346419
667: --l_input := p_minimum;
668: hr_chkfmt.changeformat( input =>p_minimum,
669: output => l_input,
670: format => l_format,
671: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
672: --end changes for bug 6346419

Line 673: hr_chkfmt.checkformat(l_input

669: output => l_input,
670: format => l_format,
671: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
672: --end changes for bug 6346419
673: hr_chkfmt.checkformat(l_input
674: ,l_format
675: ,l_output
676: ,null
677: ,null

Line 689: hr_chkfmt.changeformat( input =>p_mid_value,

685: --
686: hr_utility.set_location(l_proc, 40);
687: --start changes for bug 6346419
688: --l_input := p_mid_value;
689: hr_chkfmt.changeformat( input =>p_mid_value,
690: output => l_input,
691: format => l_format,
692: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
693: --end changes for bug 6346419

Line 694: hr_chkfmt.checkformat(l_input

690: output => l_input,
691: format => l_format,
692: curcode => nvl(p_curcode, l_bg_curr_code)); -- Bug 6016428
693: --end changes for bug 6346419
694: hr_chkfmt.checkformat(l_input
695: ,l_format
696: ,l_output
697: ,null
698: ,null