DBA Data[Home] [Help]

APPS.HXC_ULD_UPD dependencies on HXC_ULD_UPD

Line 1: Package Body hxc_uld_upd as

1: Package Body hxc_uld_upd as
2: /* $Header: hxculdrhi.pkb 120.2 2005/09/23 06:19:32 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 349: hxc_uld_upd.pre_update(p_rec);

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

Line 353: hxc_uld_upd.update_dml(p_rec);

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

Line 357: hxc_uld_upd.post_update

353: hxc_uld_upd.update_dml(p_rec);
354: --
355: -- Call the supporting post-update operation
356: --
357: hxc_uld_upd.post_update
358: (p_rec
359: );
360: End upd;
361: --

Line 399: hxc_uld_upd.upd

395: -- Having converted the arguments into the
396: -- plsql record structure we call the corresponding record
397: -- business process.
398: --
399: hxc_uld_upd.upd
400: (l_rec
401: );
402: p_object_version_number := l_rec.object_version_number;
403: --

Line 409: end hxc_uld_upd;

405: hr_utility.set_location(' Leaving:'||l_proc, 10);
406: end if;
407: End upd;
408: --
409: end hxc_uld_upd;