DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on HR_CHKFMT

Line 3810: hr_chkfmt.checkformat(value => l_per_information6

3806: --
3807: if p_per_information6 is not null then
3808: --
3809: l_per_information6 := p_per_information6;
3810: hr_chkfmt.checkformat(value => l_per_information6
3811: ,format => 'I'
3812: ,output => l_output
3813: ,minimum => NULL
3814: ,maximum => NULL

Line 3842: hr_chkfmt.checkformat(value => l_per_information7

3838: --
3839: if p_per_information7 is not null then
3840: --
3841: l_per_information7 := p_per_information7;
3842: hr_chkfmt.checkformat(value => l_per_information7
3843: ,format => 'I'
3844: ,output => l_output
3845: ,minimum => NULL
3846: ,maximum => NULL

Line 3874: hr_chkfmt.checkformat(value => l_per_information8

3870: --
3871: if p_per_information8 is not null then
3872: --
3873: l_per_information8 := p_per_information8;
3874: hr_chkfmt.checkformat(value => l_per_information8
3875: ,format => 'I'
3876: ,output => l_output
3877: ,minimum => NULL
3878: ,maximum => NULL

Line 4390: hr_chkfmt.changeformat(input => l_per_information3

4386: -- Check if the per_information3 value is an 11 character date
4387: -- field.
4388: --
4389: l_per_information3 := p_per_information3;
4390: hr_chkfmt.changeformat(input => l_per_information3
4391: ,output => l_output
4392: ,format => 'D'
4393: ,curcode => NULL);
4394: if g_debug then

Line 5583: hr_chkfmt.checkformat(value => l_last_name

5579: --
5580: -- Perform Insert/Update checks
5581: --
5582: l_last_name := p_last_name;
5583: hr_chkfmt.checkformat(value => l_last_name
5584: ,format => 'KANA'
5585: ,output => l_output
5586: ,minimum => NULL
5587: ,maximum => NULL

Line 5606: hr_chkfmt.checkformat(value => l_first_name

5602: --
5603: -- Perform Insert/Update checks
5604: --
5605: l_first_name := p_first_name;
5606: hr_chkfmt.checkformat(value => l_first_name
5607: ,format => 'KANA'
5608: ,output => l_output
5609: ,minimum => NULL
5610: ,maximum => NULL