DBA Data[Home] [Help]

APPS.IRC_INO_UPD dependencies on IRC_INO_UPD

Line 1: Package Body irc_ino_upd as

1: Package Body irc_ino_upd as
2: /* $Header: irinorhi.pkb 120.1 2005/10/04 06:25:18 kthavran noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 335: irc_ino_upd.pre_update(p_rec);

331: hr_multi_message.end_validation_set;
332: --
333: -- Call the supporting pre-update operation
334: --
335: irc_ino_upd.pre_update(p_rec);
336: --
337: -- Update the row.
338: --
339: irc_ino_upd.update_dml(p_rec);

Line 339: irc_ino_upd.update_dml(p_rec);

335: irc_ino_upd.pre_update(p_rec);
336: --
337: -- Update the row.
338: --
339: irc_ino_upd.update_dml(p_rec);
340: --
341: -- Call the supporting post-update operation
342: --
343: irc_ino_upd.post_update

Line 343: irc_ino_upd.post_update

339: irc_ino_upd.update_dml(p_rec);
340: --
341: -- Call the supporting post-update operation
342: --
343: irc_ino_upd.post_update
344: (p_rec
345: );
346: --
347: -- Call to raise any errors on multi-message list

Line 382: irc_ino_upd.upd

378: -- Having converted the arguments into the
379: -- plsql record structure we call the corresponding record
380: -- business process.
381: --
382: irc_ino_upd.upd
383: (l_rec
384: );
385: p_object_version_number := l_rec.object_version_number;
386: --

Line 390: end irc_ino_upd;

386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 10);
388: End upd;
389: --
390: end irc_ino_upd;