DBA Data[Home] [Help]

APPS.HXC_ERR_UPD dependencies on HXC_ERR_UPD

Line 1: Package Body hxc_err_upd as

1: Package Body hxc_err_upd as
2: /* $Header: hxcerrrhi.pkb 120.2 2005/09/23 08:08:12 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 414: hxc_err_upd.pre_update(p_rec);

410: hr_multi_message.end_validation_set;
411: --
412: -- Call the supporting pre-update operation
413: --
414: hxc_err_upd.pre_update(p_rec);
415: --
416: -- Update the row.
417: --
418: hxc_err_upd.update_dml(p_rec);

Line 418: hxc_err_upd.update_dml(p_rec);

414: hxc_err_upd.pre_update(p_rec);
415: --
416: -- Update the row.
417: --
418: hxc_err_upd.update_dml(p_rec);
419: --
420: -- Call the supporting post-update operation
421: --
422: hxc_err_upd.post_update

Line 422: hxc_err_upd.post_update

418: hxc_err_upd.update_dml(p_rec);
419: --
420: -- Call the supporting post-update operation
421: --
422: hxc_err_upd.post_update
423: (p_rec
424: );
425: --
426: -- Call to raise any errors on multi-message list

Line 485: hxc_err_upd.upd

481: -- Having converted the arguments into the
482: -- plsql record structure we call the corresponding record
483: -- business process.
484: --
485: hxc_err_upd.upd
486: (l_rec
487: );
488: --p_object_version_number := l_rec.object_version_number;
489: --

Line 495: end hxc_err_upd;

491: hr_utility.set_location(' Leaving:'||l_proc, 10);
492: end if;
493: End upd;
494: --
495: end hxc_err_upd;