DBA Data[Home] [Help]

APPS.HXC_HRR_UPD dependencies on HXC_HRR_UPD

Line 1: Package Body hxc_hrr_upd as

1: Package Body hxc_hrr_upd as
2: /* $Header: hxchrrrhi.pkb 120.3 2005/09/23 10:43:47 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 414: hxc_hrr_upd.pre_update(p_rec);

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

Line 418: hxc_hrr_upd.update_dml(p_rec);

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

Line 422: hxc_hrr_upd.post_update

418: hxc_hrr_upd.update_dml(p_rec);
419: --
420: -- Call the supporting post-update operation
421: --
422: hxc_hrr_upd.post_update
423: (p_effective_date
424: ,p_rec
425: );
426: End upd;

Line 480: hxc_hrr_upd.upd

476: -- Having converted the arguments into the
477: -- plsql record structure we call the corresponding record
478: -- business process.
479: --
480: hxc_hrr_upd.upd
481: (p_effective_date
482: ,l_rec
483: );
484: p_object_version_number := l_rec.object_version_number;

Line 491: end hxc_hrr_upd;

487: hr_utility.set_location(' Leaving:'||l_proc, 10);
488: end if;
489: End upd;
490: --
491: end hxc_hrr_upd;