DBA Data[Home] [Help]

APPS.HXC_HRP_UPD dependencies on HXC_HRP_UPD

Line 1: Package Body hxc_hrp_upd as

1: Package Body hxc_hrp_upd as
2: /* $Header: hxchrprhi.pkb 120.2 2005/09/23 10:43:21 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 369: hxc_hrp_upd.pre_update(p_rec);

365: );
366: --
367: -- Call the supporting pre-update operation
368: --
369: hxc_hrp_upd.pre_update(p_rec);
370: --
371: -- Update the row.
372: --
373: hxc_hrp_upd.update_dml(p_rec);

Line 373: hxc_hrp_upd.update_dml(p_rec);

369: hxc_hrp_upd.pre_update(p_rec);
370: --
371: -- Update the row.
372: --
373: hxc_hrp_upd.update_dml(p_rec);
374: --
375: -- Call the supporting post-update operation
376: --
377: hxc_hrp_upd.post_update

Line 377: hxc_hrp_upd.post_update

373: hxc_hrp_upd.update_dml(p_rec);
374: --
375: -- Call the supporting post-update operation
376: --
377: hxc_hrp_upd.post_update
378: (p_effective_date
379: ,p_rec
380: );
381: End upd;

Line 425: hxc_hrp_upd.upd

421: -- Having converted the arguments into the
422: -- plsql record structure we call the corresponding record
423: -- business process.
424: --
425: hxc_hrp_upd.upd
426: (p_effective_date
427: ,l_rec
428: );
429: p_object_version_number := l_rec.object_version_number;

Line 436: end hxc_hrp_upd;

432: hr_utility.set_location(' Leaving:'||l_proc, 10);
433: end if;
434: End upd;
435: --
436: end hxc_hrp_upd;