DBA Data[Home] [Help]

APPS.PER_ENV_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'CAL_ENTRY_VALUE_ID')
67: );
68: --

Line 750: hr_multi_message.add

746: IF c_unique%found THEN
747: close c_unique;
748: -- Add to MM list as non-fatal
749: fnd_message.set_name('PER','PER_449074_CAL_IDK_EXISTS');
750: hr_multi_message.add
751: (p_associated_column1 => 'PER_CAL_ENTRY_VALUES.identifier_key');
752: ELSE
753: close c_unique;
754: END IF;