DBA Data[Home] [Help]

APPS.IRC_IAS_UPD dependencies on IRC_IAS_UPD

Line 1: Package Body irc_ias_upd as

1: Package Body irc_ias_upd as
2: /* $Header: iriasrhi.pkb 120.5 2011/02/16 12:43:23 vmummidi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 359: irc_ias_upd.pre_update(p_rec);

355: -- Call to raise any errors on multi-message list
356: hr_multi_message.end_validation_set;
357: -- Call the supporting pre-update operation
358: --
359: irc_ias_upd.pre_update(p_rec);
360: --
361: -- Update the row.
362: --
363: irc_ias_upd.update_dml(p_rec);

Line 363: irc_ias_upd.update_dml(p_rec);

359: irc_ias_upd.pre_update(p_rec);
360: --
361: -- Update the row.
362: --
363: irc_ias_upd.update_dml(p_rec);
364: --
365: -- Call the supporting post-update operation
366: --
367: irc_ias_upd.post_update

Line 367: irc_ias_upd.post_update

363: irc_ias_upd.update_dml(p_rec);
364: --
365: -- Call the supporting post-update operation
366: --
367: irc_ias_upd.post_update
368: (p_rec
369: );
370: -- Call to raise any errors on multi-message list
371: hr_multi_message.end_validation_set;

Line 413: irc_ias_upd.upd

409: -- Having converted the arguments into the
410: -- plsql record structure we call the corresponding record
411: -- business process.
412: --
413: irc_ias_upd.upd
414: (l_rec
415: );
416: p_object_version_number := l_rec.object_version_number;
417: --

Line 421: end irc_ias_upd;

417: --
418: hr_utility.set_location(' Leaving:'||l_proc, 10);
419: End upd;
420: --
421: end irc_ias_upd;