DBA Data[Home] [Help]

APPS.OTA_TSP_BUS dependencies on FND_MESSAGE

Line 162: fnd_message.set_name('OTA', 'OTA_13637_TSP_INFO_FIELD_NULL');

158: hr_utility.set_location('Entering '||l_proc, 10);
159: --
160: if p_analysis_criteria_id is null then
161: --
162: fnd_message.set_name('OTA', 'OTA_13637_TSP_INFO_FIELD_NULL');
163: fnd_message.raise_error;
164: --
165: end if;
166: --

Line 163: fnd_message.raise_error;

159: --
160: if p_analysis_criteria_id is null then
161: --
162: fnd_message.set_name('OTA', 'OTA_13637_TSP_INFO_FIELD_NULL');
163: fnd_message.raise_error;
164: --
165: end if;
166: --
167: hr_utility.set_location('Leaving '||l_proc, 10);

Line 300: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

296: close csr_sec_grp;
297: --
298: -- The primary key is invalid therefore we must error
299: --
300: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
301: hr_multi_message.add
302: (p_associated_column1
303: => nvl(p_associated_column1,'SKILL_PROVISION_ID')
304: );