DBA Data[Home] [Help]

APPS.IRC_IRT_INS dependencies on IRC_IRT_INS

Line 1: Package Body irc_irt_ins as

1: Package Body irc_irt_ins as
2: /* $Header: irirtrhi.pkb 120.0 2005/07/26 15:10 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' irc_irt_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_irt_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 273: irc_irt_ins.pre_insert

269: hr_multi_message.end_validation_set;
270: --
271: -- Call the supporting pre-insert operation
272: --
273: irc_irt_ins.pre_insert
274: (p_rec => p_rec
275: ,p_recruiting_site_id => p_recruiting_site_id
276: );
277: --

Line 280: irc_irt_ins.insert_dml(p_rec);

276: );
277: --
278: -- Insert the row
279: --
280: irc_irt_ins.insert_dml(p_rec);
281: --
282: -- Call the supporting post-insert operation
283: --
284: irc_irt_ins.post_insert

Line 284: irc_irt_ins.post_insert

280: irc_irt_ins.insert_dml(p_rec);
281: --
282: -- Call the supporting post-insert operation
283: --
284: irc_irt_ins.post_insert
285: (p_rec
286: );
287: --
288: -- Call to raise any errors on multi-message list

Line 328: irc_irt_ins.ins

324: --
325: -- Having converted the arguments into the irc_irt_rec
326: -- plsql record structure we call the corresponding record business process.
327: --
328: irc_irt_ins.ins
329: (p_rec => l_rec
330: ,p_recruiting_site_id => p_recruiting_site_id
331: );
332: --

Line 371: irc_irt_ins.ins

367: --
368: -- Insert a row for the base language and every installed language.
369: --
370: for l_lang in csr_ins_langs loop
371: irc_irt_ins.ins
372: (p_recruiting_site_id => p_recruiting_site_id
373: ,p_language => l_lang.language_code
374: ,p_source_lang => p_language_code
375: ,p_site_name => p_site_name

Line 384: end irc_irt_ins;

380: --
381: hr_utility.set_location('Leaving:'||l_proc,20);
382: End ins_tl;
383: --
384: end irc_irt_ins;