DBA Data[Home] [Help]

APPS.PER_JP_EXTRA_PERSON_RULES dependencies on HR_CHKFMT

Line 39: hr_chkfmt.checkformat(value => l_input

35: if not(p_input = fnd_message.get_string('PER','IRC_412108_UNKNOWN_NAME')
36: and
37: p_system_person_type = 'OTHER') then
38: l_input := p_input;
39: hr_chkfmt.checkformat(value => l_input
40: ,format => 'KANA'
41: ,output => l_output
42: ,minimum => NULL
43: ,maximum => NULL