DBA Data[Home] [Help]

APPS.IRC_IPT_INS dependencies on IRC_IPT_INS

Line 1: Package Body irc_ipt_ins as

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

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

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

Line 290: irc_ipt_ins.pre_insert

286: hr_multi_message.end_validation_set;
287: --
288: -- Call the supporting pre-insert operation
289: --
290: irc_ipt_ins.pre_insert
291: (p_rec => p_rec
292: ,p_posting_content_id => p_posting_content_id
293: );
294: --

Line 297: irc_ipt_ins.insert_dml(p_rec);

293: );
294: --
295: -- Insert the row
296: --
297: irc_ipt_ins.insert_dml(p_rec);
298: --
299: -- Call the supporting post-insert operation
300: --
301: irc_ipt_ins.post_insert

Line 301: irc_ipt_ins.post_insert

297: irc_ipt_ins.insert_dml(p_rec);
298: --
299: -- Call the supporting post-insert operation
300: --
301: irc_ipt_ins.post_insert
302: (p_rec
303: );
304: hr_multi_message.end_validation_set;
305: --

Line 361: irc_ipt_ins.ins

357: --
358: -- Having converted the arguments into the irc_ipt_rec
359: -- plsql record structure we call the corresponding record business process.
360: --
361: irc_ipt_ins.ins
362: (p_rec => l_rec
363: ,p_posting_content_id => p_posting_content_id
364: );
365: --

Line 413: irc_ipt_ins.ins

409: --
410: -- Insert a row for the base language and every installed language.
411: --
412: for l_lang in csr_ins_langs loop
413: irc_ipt_ins.ins
414: (p_posting_content_id => p_posting_content_id
415: ,p_language => l_lang.language_code
416: ,p_source_language => p_language_code
417: ,p_name => p_name

Line 435: end irc_ipt_ins;

431: --
432: hr_utility.set_location('Leaving:'||l_proc,20);
433: End ins_tl;
434: --
435: end irc_ipt_ins;