DBA Data[Home] [Help]

APPS.IRC_INO_BUS dependencies on IRC_NOTES

Line 174: (p_offer_status_history_id in irc_notes.offer_status_history_id%type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure chk_offer_status_history_id
174: (p_offer_status_history_id in irc_notes.offer_status_history_id%type
175: ) IS
176: --
177: l_proc varchar2(72) := g_package || 'chk_offer_status_history_id';
178: l_num number;

Line 206: 'irc_notes.offer_status_history_id'

202: exception
203: when app_exception.application_exception then
204: if hr_multi_message.exception_add
205: (p_associated_column1 =>
206: 'irc_notes.offer_status_history_id'
207: ) then
208: hr_utility.set_location(' Leaving:'||l_proc,50);
209: raise;
210: end if;