DBA Data[Home] [Help]

APPS.IRC_LINKED_CANDIDATES_API dependencies on FND_MESSAGE

Line 179: fnd_message.set_name('PER', 'IRC_XXXX_INV_LINK_ID');

175: l_effective_date := sysdate;
176: l_object_version_number := p_object_version_number;
177: if p_link_id is null then
178: -- RAISE ERROR SAYING INVALID link_ID
179: fnd_message.set_name('PER', 'IRC_XXXX_INV_LINK_ID');
180: fnd_message.raise_error;
181: end if;
182: irc_ilc_upd.upd(p_effective_date => l_effective_date
183: ,p_link_id => p_link_id

Line 180: fnd_message.raise_error;

176: l_object_version_number := p_object_version_number;
177: if p_link_id is null then
178: -- RAISE ERROR SAYING INVALID link_ID
179: fnd_message.set_name('PER', 'IRC_XXXX_INV_LINK_ID');
180: fnd_message.raise_error;
181: end if;
182: irc_ilc_upd.upd(p_effective_date => l_effective_date
183: ,p_link_id => p_link_id
184: ,p_object_version_number => l_object_version_number

Line 273: fnd_message.set_name('PER', 'IRC_XXXX_INV_LINK_ID');

269: --
270: if p_link_id is null then
271: -- RAISE ERROR SAYING INVALID link_ID
272: hr_utility.set_location('Invalid Link Id '|| l_proc, 20);
273: fnd_message.set_name('PER', 'IRC_XXXX_INV_LINK_ID');
274: fnd_message.raise_error;
275: end if;
276: --
277: hr_utility.set_location('Calling Delete Link Id '|| l_proc, 30);

Line 274: fnd_message.raise_error;

270: if p_link_id is null then
271: -- RAISE ERROR SAYING INVALID link_ID
272: hr_utility.set_location('Invalid Link Id '|| l_proc, 20);
273: fnd_message.set_name('PER', 'IRC_XXXX_INV_LINK_ID');
274: fnd_message.raise_error;
275: end if;
276: --
277: hr_utility.set_location('Calling Delete Link Id '|| l_proc, 30);
278: --