DBA Data[Home] [Help]

APPS.IRC_IOF_INS dependencies on IRC_OFFERS

Line 87: -- insert the row into: irc_offers

83: p_rec.object_version_number := 1; -- initialise the object version
84: --
85: --
86: --
87: -- insert the row into: irc_offers
88: --
89: insert into irc_offers
90: (offer_id
91: ,offer_version

Line 89: insert into irc_offers

85: --
86: --
87: -- insert the row into: irc_offers
88: --
89: insert into irc_offers
90: (offer_id
91: ,offer_version
92: ,latest_offer
93: ,offer_status

Line 263: cursor c_sel1 is select irc_offers_s.nextval from sys.dual;

259: procedure pre_insert
260: (p_rec in out nocopy irc_iof_shd.g_rec_type
261: ) is
262: --
263: cursor c_sel1 is select irc_offers_s.nextval from sys.dual;
264: --
265: cursor c_sel2 is
266: select null
267: from irc_offers

Line 267: from irc_offers

263: cursor c_sel1 is select irc_offers_s.nextval from sys.dual;
264: --
265: cursor c_sel2 is
266: select null
267: from irc_offers
268: where offer_id =
269: irc_iof_ins.g_offer_id_i;
270: --
271: l_proc varchar2(72) := g_package||'pre_insert';

Line 289: fnd_message.set_token('TABLE_NAME','irc_offers');

285: --
286: -- the primary key values are already in use.
287: --
288: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
289: fnd_message.set_token('TABLE_NAME','irc_offers');
290: fnd_message.raise_error;
291: end if;
292: close c_sel2;
293: --

Line 468: (p_module_name => 'irc_offers'

464: --
465: when hr_api.cannot_find_prog_unit then
466: --
467: hr_api.cannot_find_prog_unit_error
468: (p_module_name => 'irc_offers'
469: ,p_hook_type => 'ai');
470: --
471: end;
472: --