DBA Data[Home] [Help]

APPS.HXC_RTR_UPD dependencies on HXC_RTR_UPD

Line 1: Package Body hxc_rtr_upd as

1: Package Body hxc_rtr_upd as
2: /* $Header: hxcrtrrhi.pkb 120.2 2005/09/23 08:54:01 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 350: hxc_rtr_upd.pre_update(p_rec);

346: );
347: --
348: -- Call the supporting pre-update operation
349: --
350: hxc_rtr_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: hxc_rtr_upd.update_dml(p_rec);

Line 354: hxc_rtr_upd.update_dml(p_rec);

350: hxc_rtr_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: hxc_rtr_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: hxc_rtr_upd.post_update

Line 358: hxc_rtr_upd.post_update

354: hxc_rtr_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: hxc_rtr_upd.post_update
359: (p_effective_date
360: ,p_rec
361: );
362: End upd;

Line 401: hxc_rtr_upd.upd

397: -- Having converted the arguments into the
398: -- plsql record structure we call the corresponding record
399: -- business process.
400: --
401: hxc_rtr_upd.upd
402: (p_effective_date
403: ,l_rec
404: );
405: p_object_version_number := l_rec.object_version_number;

Line 412: end hxc_rtr_upd;

408: hr_utility.set_location(' Leaving:'||l_proc, 10);
409: end if;
410: End upd;
411: --
412: end hxc_rtr_upd;