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.0.12010000.3 2008/08/05 10:48:01 ubhat ship $ */
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 340: irc_ias_upd.pre_update(p_rec);

336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: -- Call the supporting pre-update operation
339: --
340: irc_ias_upd.pre_update(p_rec);
341: --
342: -- Update the row.
343: --
344: irc_ias_upd.update_dml(p_rec);

Line 344: irc_ias_upd.update_dml(p_rec);

340: irc_ias_upd.pre_update(p_rec);
341: --
342: -- Update the row.
343: --
344: irc_ias_upd.update_dml(p_rec);
345: --
346: -- Call the supporting post-update operation
347: --
348: irc_ias_upd.post_update

Line 348: irc_ias_upd.post_update

344: irc_ias_upd.update_dml(p_rec);
345: --
346: -- Call the supporting post-update operation
347: --
348: irc_ias_upd.post_update
349: (p_rec
350: );
351: -- Call to raise any errors on multi-message list
352: hr_multi_message.end_validation_set;

Line 390: irc_ias_upd.upd

386: -- Having converted the arguments into the
387: -- plsql record structure we call the corresponding record
388: -- business process.
389: --
390: irc_ias_upd.upd
391: (l_rec
392: );
393: p_object_version_number := l_rec.object_version_number;
394: --

Line 398: end irc_ias_upd;

394: --
395: hr_utility.set_location(' Leaving:'||l_proc, 10);
396: End upd;
397: --
398: end irc_ias_upd;