DBA Data[Home] [Help]

APPS.HXC_HTR_UPD dependencies on HXC_HTR_UPD

Line 1: Package Body hxc_htr_upd as

1: Package Body hxc_htr_upd as
2: /* $Header: hxchtrrhi.pkb 120.2 2005/09/23 07:45:11 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 387: hxc_htr_upd.pre_update(p_rec);

383: );
384: --
385: -- Call the supporting pre-update operation
386: --
387: hxc_htr_upd.pre_update(p_rec);
388: --
389: -- Update the row.
390: --
391: hxc_htr_upd.update_dml(p_rec);

Line 391: hxc_htr_upd.update_dml(p_rec);

387: hxc_htr_upd.pre_update(p_rec);
388: --
389: -- Update the row.
390: --
391: hxc_htr_upd.update_dml(p_rec);
392: --
393: -- Call the supporting post-update operation
394: --
395: hxc_htr_upd.post_update

Line 395: hxc_htr_upd.post_update

391: hxc_htr_upd.update_dml(p_rec);
392: --
393: -- Call the supporting post-update operation
394: --
395: hxc_htr_upd.post_update
396: (p_effective_date
397: ,p_rec
398: );
399: End upd;

Line 453: hxc_htr_upd.upd

449: -- Having converted the arguments into the
450: -- plsql record structure we call the corresponding record
451: -- business process.
452: --
453: hxc_htr_upd.upd
454: (p_effective_date
455: ,l_rec
456: );
457: p_object_version_number := l_rec.object_version_number;

Line 464: end hxc_htr_upd;

460: hr_utility.set_location(' Leaving:'||l_proc, 10);
461: end if;
462: End upd;
463: --
464: end hxc_htr_upd;