DBA Data[Home] [Help]

APPS.IRC_IDT_UPD dependencies on IRC_IDT_UPD

Line 1: Package Body irc_idt_upd as

1: Package Body irc_idt_upd 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_upd.'; -- Global package name

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

Line 412: irc_idt_upd.pre_update(p_rec);

408: );
409: --
410: -- Call the supporting pre-update operation
411: --
412: irc_idt_upd.pre_update(p_rec);
413: --
414: -- Update the row.
415: --
416: irc_idt_upd.update_dml(p_rec);

Line 416: irc_idt_upd.update_dml(p_rec);

412: irc_idt_upd.pre_update(p_rec);
413: --
414: -- Update the row.
415: --
416: irc_idt_upd.update_dml(p_rec);
417: --
418: -- Call the supporting post-update operation
419: --
420: irc_idt_upd.post_update

Line 420: irc_idt_upd.post_update

416: irc_idt_upd.update_dml(p_rec);
417: --
418: -- Call the supporting post-update operation
419: --
420: irc_idt_upd.post_update
421: (p_rec
422: );
423: End upd;
424: --

Line 474: irc_idt_upd.upd

470: -- Having converted the arguments into the
471: -- plsql record structure we call the corresponding record
472: -- business process.
473: --
474: irc_idt_upd.upd
475: (l_rec
476: );
477: --
478: --

Line 519: irc_idt_upd.upd

515: -- Update the translated values for every matching row
516: -- setting SOURCE_LANG to the specified language.
517: --
518: for l_lang in csr_upd_langs loop
519: irc_idt_upd.upd
520: (p_default_posting_id => p_default_posting_id
521: ,p_language => l_lang.language
522: ,p_source_language => p_language_code
523: ,p_org_name => p_org_name

Line 539: end irc_idt_upd;

535: --
536: hr_utility.set_location(' Leaving:'||l_proc,20);
537: End upd_tl;
538: --
539: end irc_idt_upd;