DBA Data[Home] [Help]

APPS.IRC_IRT_UPD dependencies on IRC_IRT_UPD

Line 1: Package Body irc_irt_upd as

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

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_irt_upd.'; -- Global package name
9: g_posting_url boolean;
10: g_redirection_url boolean;
11: --
12: -- ----------------------------------------------------------------------------

Line 369: irc_irt_upd.pre_update(p_rec);

365: hr_multi_message.end_validation_set;
366: --
367: -- Call the supporting pre-update operation
368: --
369: irc_irt_upd.pre_update(p_rec);
370: --
371: -- Update the row.
372: --
373: irc_irt_upd.update_dml(p_rec);

Line 373: irc_irt_upd.update_dml(p_rec);

369: irc_irt_upd.pre_update(p_rec);
370: --
371: -- Update the row.
372: --
373: irc_irt_upd.update_dml(p_rec);
374: --
375: -- Call the supporting post-update operation
376: --
377: irc_irt_upd.post_update

Line 377: irc_irt_upd.post_update

373: irc_irt_upd.update_dml(p_rec);
374: --
375: -- Call the supporting post-update operation
376: --
377: irc_irt_upd.post_update
378: (p_rec
379: );
380: --
381: -- Call to raise any errors on multi-message list

Line 420: irc_irt_upd.upd

416: -- Having converted the arguments into the
417: -- plsql record structure we call the corresponding record
418: -- business process.
419: --
420: irc_irt_upd.upd
421: (l_rec
422: );
423: --
424: --

Line 458: irc_irt_upd.upd

454: -- Update the translated values for every matching row
455: -- setting SOURCE_LANG to the specified language.
456: --
457: for l_lang in csr_upd_langs loop
458: irc_irt_upd.upd
459: (p_recruiting_site_id => p_recruiting_site_id
460: ,p_language => l_lang.language
461: ,p_source_lang => p_language_code
462: ,p_site_name => p_site_name

Line 471: end irc_irt_upd;

467: --
468: hr_utility.set_location(' Leaving:'||l_proc,20);
469: End upd_tl;
470: --
471: end irc_irt_upd;