DBA Data[Home] [Help]

APPS.IRC_ISS_UPD dependencies on IRC_ISS_UPD

Line 1: Package Body irc_iss_upd as

1: Package Body irc_iss_upd as
2: /* $Header: irissrhi.pkb 120.0.12000000.1 2007/03/23 11:28:28 vboggava noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 314: irc_iss_upd.pre_update(p_rec);

310: hr_multi_message.end_validation_set;
311: --
312: -- Call the supporting pre-update operation
313: --
314: irc_iss_upd.pre_update(p_rec);
315: --
316: -- Update the row.
317: --
318: irc_iss_upd.update_dml(p_rec);

Line 318: irc_iss_upd.update_dml(p_rec);

314: irc_iss_upd.pre_update(p_rec);
315: --
316: -- Update the row.
317: --
318: irc_iss_upd.update_dml(p_rec);
319: --
320: -- Call the supporting post-update operation
321: --
322: irc_iss_upd.post_update

Line 322: irc_iss_upd.post_update

318: irc_iss_upd.update_dml(p_rec);
319: --
320: -- Call the supporting post-update operation
321: --
322: irc_iss_upd.post_update
323: (p_rec
324: );
325: --
326: -- Call to raise any errors on multi-message list

Line 361: irc_iss_upd.upd

357: -- Having converted the arguments into the
358: -- plsql record structure we call the corresponding record
359: -- business process.
360: --
361: irc_iss_upd.upd
362: (l_rec
363: );
364: p_object_version_number := l_rec.object_version_number;
365: --

Line 369: end irc_iss_upd;

365: --
366: hr_utility.set_location(' Leaving:'||l_proc, 10);
367: End upd;
368: --
369: end irc_iss_upd;