DBA Data[Home] [Help]

APPS.HXC_MCU_UPD dependencies on HXC_MCU_UPD

Line 1: Package Body hxc_mcu_upd as

1: Package Body hxc_mcu_upd as
2: /* $Header: hxcmcurhi.pkb 120.2 2005/09/23 08:44:11 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 345: hxc_mcu_upd.pre_update(p_rec);

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

Line 349: hxc_mcu_upd.update_dml(p_rec);

345: hxc_mcu_upd.pre_update(p_rec);
346: --
347: -- Update the row.
348: --
349: hxc_mcu_upd.update_dml(p_rec);
350: --
351: -- Call the supporting post-update operation
352: --
353: hxc_mcu_upd.post_update

Line 353: hxc_mcu_upd.post_update

349: hxc_mcu_upd.update_dml(p_rec);
350: --
351: -- Call the supporting post-update operation
352: --
353: hxc_mcu_upd.post_update
354: (p_rec
355: );
356: End upd;
357: --

Line 394: hxc_mcu_upd.upd

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

Line 404: end hxc_mcu_upd;

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