DBA Data[Home] [Help]

APPS.IRC_IDT_INS dependencies on IRC_IDT_INS

Line 1: Package Body irc_idt_ins as

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

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

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

Line 280: irc_idt_ins.pre_insert

276: );
277: --
278: -- Call the supporting pre-insert operation
279: --
280: irc_idt_ins.pre_insert
281: (p_rec => p_rec
282: ,p_default_posting_id => p_default_posting_id
283: );
284: --

Line 287: irc_idt_ins.insert_dml(p_rec);

283: );
284: --
285: -- Insert the row
286: --
287: irc_idt_ins.insert_dml(p_rec);
288: --
289: -- Call the supporting post-insert operation
290: --
291: irc_idt_ins.post_insert

Line 291: irc_idt_ins.post_insert

287: irc_idt_ins.insert_dml(p_rec);
288: --
289: -- Call the supporting post-insert operation
290: --
291: irc_idt_ins.post_insert
292: (p_rec
293: );
294: --
295: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 346: irc_idt_ins.ins

342: --
343: -- Having converted the arguments into the irc_idt_rec
344: -- plsql record structure we call the corresponding record business process.
345: --
346: irc_idt_ins.ins
347: (p_rec => l_rec
348: ,p_default_posting_id => p_default_posting_id
349: );
350: --

Line 396: irc_idt_ins.ins

392: --
393: -- Insert a row for the base language and every installed language.
394: --
395: for l_lang in csr_ins_langs loop
396: irc_idt_ins.ins
397: (p_default_posting_id => p_default_posting_id
398: ,p_language => l_lang.language_code
399: ,p_source_language => p_language_code
400: ,p_org_name => p_org_name

Line 416: end irc_idt_ins;

412: --
413: hr_utility.set_location('Leaving:'||l_proc,20);
414: End ins_tl;
415: --
416: end irc_idt_ins;