DBA Data[Home] [Help]

APPS.HXC_HAS_UPD dependencies on HXC_HAS_UPD

Line 1: Package Body hxc_has_upd as

1: Package Body hxc_has_upd as
2: /* $Header: hxchasrhi.pkb 120.5 2006/06/11 12:53:42 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 383: hxc_has_upd.pre_update(p_rec);

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

Line 387: hxc_has_upd.update_dml(p_rec);

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

Line 391: hxc_has_upd.post_update

387: hxc_has_upd.update_dml(p_rec);
388: --
389: -- Call the supporting post-update operation
390: --
391: hxc_has_upd.post_update
392: (p_rec
393: );
394: End upd;
395: --

Line 441: hxc_has_upd.upd

437: -- Having converted the arguments into the
438: -- plsql record structure we call the corresponding record
439: -- business process.
440: --
441: hxc_has_upd.upd
442: (l_rec
443: );
444: p_object_version_number := l_rec.object_version_number;
445: --

Line 451: end hxc_has_upd;

447: hr_utility.set_location(' Leaving:'||l_proc, 10);
448: end if;
449: End upd;
450: --
451: end hxc_has_upd;