DBA Data[Home] [Help]

APPS.PER_JP_EXTRA_PERSON_RULES dependencies on FND_MESSAGE

Line 35: if not(p_input = fnd_message.get_string('PER','IRC_412108_UNKNOWN_NAME')

31: --
32: -- Bug#3613987
33: -- Added check for system_person_type and last_name
34: --
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