DBA Data[Home] [Help]

APPS.HXC_ATC_UPD dependencies on HXC_ATC_UPD

Line 1: Package Body hxc_atc_upd as

1: Package Body hxc_atc_upd as
2: /* $Header: hxcatcrhi.pkb 120.2 2005/09/23 08:06:56 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 361: hxc_atc_upd.pre_update(p_rec);

357: hr_multi_message.end_validation_set;
358: --
359: -- Call the supporting pre-update operation
360: --
361: hxc_atc_upd.pre_update(p_rec);
362: --
363: -- Update the row.
364: --
365: hxc_atc_upd.update_dml(p_rec);

Line 365: hxc_atc_upd.update_dml(p_rec);

361: hxc_atc_upd.pre_update(p_rec);
362: --
363: -- Update the row.
364: --
365: hxc_atc_upd.update_dml(p_rec);
366: --
367: -- Call the supporting post-update operation
368: --
369: hxc_atc_upd.post_update

Line 369: hxc_atc_upd.post_update

365: hxc_atc_upd.update_dml(p_rec);
366: --
367: -- Call the supporting post-update operation
368: --
369: hxc_atc_upd.post_update
370: (p_rec
371: );
372: --
373: -- Call to raise any errors on multi-message list

Line 416: hxc_atc_upd.upd

412: -- Having converted the arguments into the
413: -- plsql record structure we call the corresponding record
414: -- business process.
415: --
416: hxc_atc_upd.upd
417: (l_rec
418: );
419: p_object_version_number := l_rec.object_version_number;
420: --

Line 426: end hxc_atc_upd;

422: hr_utility.set_location(' Leaving:'||l_proc, 10);
423: end if;
424: End upd;
425: --
426: end hxc_atc_upd;