DBA Data[Home] [Help]

APPS.HR_CONTACT_REL_API dependencies on FND_MESSAGE

Line 694: fnd_message.set_name('PER','PER_50386_CON_SDT_LES_EMP_BDT');

690: --
691: if (p_date_start is not null
692: and p_date_of_birth is not null
693: and p_date_start < p_date_of_birth) then
694: fnd_message.set_name('PER','PER_50386_CON_SDT_LES_EMP_BDT');
695: fnd_message.raise_error;
696: end if;
697: --
698: -- Insert the mirror contact relationship

Line 695: fnd_message.raise_error;

691: if (p_date_start is not null
692: and p_date_of_birth is not null
693: and p_date_start < p_date_of_birth) then
694: fnd_message.set_name('PER','PER_50386_CON_SDT_LES_EMP_BDT');
695: fnd_message.raise_error;
696: end if;
697: --
698: -- Insert the mirror contact relationship
699: --