DBA Data[Home] [Help]

APPS.IRC_LCV_UPD dependencies on IRC_LCV_UPD

Line 1: Package Body irc_lcv_upd as

1: Package Body irc_lcv_upd as
2: /* $Header: irlcvrhi.pkb 120.0 2005/10/03 14:58 rbanda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 319: irc_lcv_upd.pre_update(p_rec);

315: hr_multi_message.end_validation_set;
316: --
317: -- Call the supporting pre-update operation
318: --
319: irc_lcv_upd.pre_update(p_rec);
320: --
321: -- Update the row.
322: --
323: irc_lcv_upd.update_dml(p_rec);

Line 323: irc_lcv_upd.update_dml(p_rec);

319: irc_lcv_upd.pre_update(p_rec);
320: --
321: -- Update the row.
322: --
323: irc_lcv_upd.update_dml(p_rec);
324: --
325: -- Call the supporting post-update operation
326: --
327: irc_lcv_upd.post_update

Line 327: irc_lcv_upd.post_update

323: irc_lcv_upd.update_dml(p_rec);
324: --
325: -- Call the supporting post-update operation
326: --
327: irc_lcv_upd.post_update
328: (p_rec
329: );
330: --
331: -- Call to raise any errors on multi-message list

Line 366: irc_lcv_upd.upd

362: -- Having converted the arguments into the
363: -- plsql record structure we call the corresponding record
364: -- business process.
365: --
366: irc_lcv_upd.upd
367: (l_rec
368: );
369: p_object_version_number := l_rec.object_version_number;
370: --

Line 374: end irc_lcv_upd;

370: --
371: hr_utility.set_location(' Leaving:'||l_proc, 10);
372: End upd;
373: --
374: end irc_lcv_upd;