DBA Data[Home] [Help]

APPS.HXC_HEG_UPD dependencies on HXC_HEG_UPD

Line 1: Package Body hxc_heg_upd as

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

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

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

Line 341: hxc_heg_upd.pre_update(p_rec);

337: );
338: --
339: -- Call the supporting pre-update operation
340: --
341: hxc_heg_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: hxc_heg_upd.update_dml(p_rec);

Line 345: hxc_heg_upd.update_dml(p_rec);

341: hxc_heg_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: hxc_heg_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: hxc_heg_upd.post_update

Line 349: hxc_heg_upd.post_update

345: hxc_heg_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: hxc_heg_upd.post_update
350: (p_rec
351: );
352: End upd;
353: --

Line 395: hxc_heg_upd.upd

391: -- Having converted the arguments into the
392: -- plsql record structure we call the corresponding record
393: -- business process.
394: --
395: hxc_heg_upd.upd
396: (l_rec
397: );
398: p_object_version_number := l_rec.object_version_number;
399: --

Line 405: end hxc_heg_upd;

401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: end if;
403: End upd;
404: --
405: end hxc_heg_upd;