DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on HR_CHKFMT

Line 3800: hr_chkfmt.checkformat(value => l_per_information6

3796: --
3797: if p_per_information6 is not null then
3798: --
3799: l_per_information6 := p_per_information6;
3800: hr_chkfmt.checkformat(value => l_per_information6
3801: ,format => 'I'
3802: ,output => l_output
3803: ,minimum => NULL
3804: ,maximum => NULL

Line 3832: hr_chkfmt.checkformat(value => l_per_information7

3828: --
3829: if p_per_information7 is not null then
3830: --
3831: l_per_information7 := p_per_information7;
3832: hr_chkfmt.checkformat(value => l_per_information7
3833: ,format => 'I'
3834: ,output => l_output
3835: ,minimum => NULL
3836: ,maximum => NULL

Line 3864: hr_chkfmt.checkformat(value => l_per_information8

3860: --
3861: if p_per_information8 is not null then
3862: --
3863: l_per_information8 := p_per_information8;
3864: hr_chkfmt.checkformat(value => l_per_information8
3865: ,format => 'I'
3866: ,output => l_output
3867: ,minimum => NULL
3868: ,maximum => NULL

Line 4380: hr_chkfmt.changeformat(input => l_per_information3

4376: -- Check if the per_information3 value is an 11 character date
4377: -- field.
4378: --
4379: l_per_information3 := p_per_information3;
4380: hr_chkfmt.changeformat(input => l_per_information3
4381: ,output => l_output
4382: ,format => 'D'
4383: ,curcode => NULL);
4384: if g_debug then

Line 5572: hr_chkfmt.checkformat(value => l_last_name

5568: --
5569: -- Perform Insert/Update checks
5570: --
5571: l_last_name := p_last_name;
5572: hr_chkfmt.checkformat(value => l_last_name
5573: ,format => 'KANA'
5574: ,output => l_output
5575: ,minimum => NULL
5576: ,maximum => NULL

Line 5595: hr_chkfmt.checkformat(value => l_first_name

5591: --
5592: -- Perform Insert/Update checks
5593: --
5594: l_first_name := p_first_name;
5595: hr_chkfmt.checkformat(value => l_first_name
5596: ,format => 'KANA'
5597: ,output => l_output
5598: ,minimum => NULL
5599: ,maximum => NULL