DBA Data[Home] [Help]

APPS.HXC_HAD_UPD dependencies on HXC_HAD_UPD

Line 1: Package Body hxc_had_upd as

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

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

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

Line 379: hxc_had_upd.pre_update(p_rec);

375: );
376: --
377: -- Call the supporting pre-update operation
378: --
379: hxc_had_upd.pre_update(p_rec);
380: --
381: -- Update the row.
382: --
383: hxc_had_upd.update_dml(p_rec);

Line 383: hxc_had_upd.update_dml(p_rec);

379: hxc_had_upd.pre_update(p_rec);
380: --
381: -- Update the row.
382: --
383: hxc_had_upd.update_dml(p_rec);
384: --
385: -- Call the supporting post-update operation
386: --
387: hxc_had_upd.post_update

Line 387: hxc_had_upd.post_update

383: hxc_had_upd.update_dml(p_rec);
384: --
385: -- Call the supporting post-update operation
386: --
387: hxc_had_upd.post_update
388: (p_rec
389: );
390: End upd;
391: --

Line 438: hxc_had_upd.upd

434: -- Having converted the arguments into the
435: -- plsql record structure we call the corresponding record
436: -- business process.
437: --
438: hxc_had_upd.upd
439: (l_rec
440: );
441: p_object_version_number := l_rec.object_version_number;
442: --

Line 456: end hxc_had_upd;

452: hr_utility.set_location(' Leaving:'||l_proc, 10);
453: end if;
454: End upd;
455: --
456: end hxc_had_upd;