DBA Data[Home] [Help]

APPS.HXC_HDP_UPD dependencies on HXC_HDP_UPD

Line 1: Package Body hxc_hdp_upd as

1: Package Body hxc_hdp_upd as
2: /* $Header: hxchdprhi.pkb 120.2 2005/09/23 10:42:06 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 351: hxc_hdp_upd.pre_update(p_rec);

347: );
348: --
349: -- Call the supporting pre-update operation
350: --
351: hxc_hdp_upd.pre_update(p_rec);
352: --
353: -- Update the row.
354: --
355: hxc_hdp_upd.update_dml(p_rec);

Line 355: hxc_hdp_upd.update_dml(p_rec);

351: hxc_hdp_upd.pre_update(p_rec);
352: --
353: -- Update the row.
354: --
355: hxc_hdp_upd.update_dml(p_rec);
356: --
357: -- Call the supporting post-update operation
358: --
359: hxc_hdp_upd.post_update

Line 359: hxc_hdp_upd.post_update

355: hxc_hdp_upd.update_dml(p_rec);
356: --
357: -- Call the supporting post-update operation
358: --
359: hxc_hdp_upd.post_update
360: (p_effective_date
361: ,p_rec
362: );
363: End upd;

Line 403: hxc_hdp_upd.upd

399: -- Having converted the arguments into the
400: -- plsql record structure we call the corresponding record
401: -- business process.
402: --
403: hxc_hdp_upd.upd
404: (p_effective_date
405: ,l_rec
406: );
407: p_object_version_number := l_rec.object_version_number;

Line 414: end hxc_hdp_upd;

410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: end if;
412: End upd;
413: --
414: end hxc_hdp_upd;