DBA Data[Home] [Help]

APPS.HXC_RTC_UPD dependencies on HXC_RTC_UPD

Line 1: Package Body hxc_rtc_upd as

1: Package Body hxc_rtc_upd as
2: /* $Header: hxcrtcrhi.pkb 120.2 2005/09/23 08:51:07 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 359: hxc_rtc_upd.pre_update(p_rec);

355: );
356: --
357: -- Call the supporting pre-update operation
358: --
359: hxc_rtc_upd.pre_update(p_rec);
360: --
361: -- Update the row.
362: --
363: hxc_rtc_upd.update_dml(p_rec);

Line 363: hxc_rtc_upd.update_dml(p_rec);

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

Line 367: hxc_rtc_upd.post_update

363: hxc_rtc_upd.update_dml(p_rec);
364: --
365: -- Call the supporting post-update operation
366: --
367: hxc_rtc_upd.post_update
368: (p_effective_date
369: ,p_rec
370: );
371: End upd;

Line 412: hxc_rtc_upd.upd

408: -- Having converted the arguments into the
409: -- plsql record structure we call the corresponding record
410: -- business process.
411: --
412: hxc_rtc_upd.upd
413: (p_effective_date
414: ,l_rec
415: );
416: p_object_version_number := l_rec.object_version_number;

Line 423: end hxc_rtc_upd;

419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: end if;
421: End upd;
422: --
423: end hxc_rtc_upd;