DBA Data[Home] [Help]

APPS.IRC_IPT_UPD dependencies on IRC_IPT_UPD

Line 1: Package Body irc_ipt_upd as

1: Package Body irc_ipt_upd as
2: /* $Header: iriptrhi.pkb 120.1 2010/06/10 06:01:23 uuddavol ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 482: irc_ipt_upd.pre_update(p_rec);

478: hr_multi_message.end_validation_set;
479: --
480: -- Call the supporting pre-update operation
481: --
482: irc_ipt_upd.pre_update(p_rec);
483: --
484: -- Update the row.
485: --
486: irc_ipt_upd.update_dml(p_rec);

Line 486: irc_ipt_upd.update_dml(p_rec);

482: irc_ipt_upd.pre_update(p_rec);
483: --
484: -- Update the row.
485: --
486: irc_ipt_upd.update_dml(p_rec);
487: --
488: -- Call the supporting post-update operation
489: --
490: irc_ipt_upd.post_update

Line 490: irc_ipt_upd.post_update

486: irc_ipt_upd.update_dml(p_rec);
487: --
488: -- Call the supporting post-update operation
489: --
490: irc_ipt_upd.post_update
491: (p_rec
492: );
493: hr_multi_message.end_validation_set;
494: End upd;

Line 549: irc_ipt_upd.upd

545: -- Having converted the arguments into the
546: -- plsql record structure we call the corresponding record
547: -- business process.
548: --
549: irc_ipt_upd.upd
550: (l_rec
551: );
552: --
553: --

Line 596: irc_ipt_upd.upd

592: -- Update the translated values for every matching row
593: -- setting SOURCE_LANG to the specified language.
594: --
595: for l_lang in csr_upd_langs loop
596: irc_ipt_upd.upd
597: (p_posting_content_id => p_posting_content_id
598: ,p_language => l_lang.language
599: ,p_source_language => p_language_code
600: ,p_name => p_name

Line 618: end irc_ipt_upd;

614: --
615: hr_utility.set_location(' Leaving:'||l_proc,20);
616: End upd_tl;
617: --
618: end irc_ipt_upd;