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.0 2005/07/26 15:10:09 mbocutt noship $ */
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 433: irc_ipt_upd.pre_update(p_rec);

429: hr_multi_message.end_validation_set;
430: --
431: -- Call the supporting pre-update operation
432: --
433: irc_ipt_upd.pre_update(p_rec);
434: --
435: -- Update the row.
436: --
437: irc_ipt_upd.update_dml(p_rec);

Line 437: irc_ipt_upd.update_dml(p_rec);

433: irc_ipt_upd.pre_update(p_rec);
434: --
435: -- Update the row.
436: --
437: irc_ipt_upd.update_dml(p_rec);
438: --
439: -- Call the supporting post-update operation
440: --
441: irc_ipt_upd.post_update

Line 441: irc_ipt_upd.post_update

437: irc_ipt_upd.update_dml(p_rec);
438: --
439: -- Call the supporting post-update operation
440: --
441: irc_ipt_upd.post_update
442: (p_rec
443: );
444: hr_multi_message.end_validation_set;
445: End upd;

Line 500: irc_ipt_upd.upd

496: -- Having converted the arguments into the
497: -- plsql record structure we call the corresponding record
498: -- business process.
499: --
500: irc_ipt_upd.upd
501: (l_rec
502: );
503: --
504: --

Line 547: irc_ipt_upd.upd

543: -- Update the translated values for every matching row
544: -- setting SOURCE_LANG to the specified language.
545: --
546: for l_lang in csr_upd_langs loop
547: irc_ipt_upd.upd
548: (p_posting_content_id => p_posting_content_id
549: ,p_language => l_lang.language
550: ,p_source_language => p_language_code
551: ,p_name => p_name

Line 569: end irc_ipt_upd;

565: --
566: hr_utility.set_location(' Leaving:'||l_proc,20);
567: End upd_tl;
568: --
569: end irc_ipt_upd;