DBA Data[Home] [Help]

APPS.IRC_VCE_UPD dependencies on IRC_VCE_UPD

Line 1: Package Body irc_vce_upd as

1: Package Body irc_vce_upd as
2: /* $Header: irvcerhi.pkb 120.1 2005/12/13 06:42:58 cnholmes noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 314: irc_vce_upd.pre_update(p_rec);

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

Line 318: irc_vce_upd.update_dml(p_rec);

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

Line 322: irc_vce_upd.post_update

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

Line 361: irc_vce_upd.upd

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

Line 370: end irc_vce_upd;

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