DBA Data[Home] [Help]

APPS.HXC_ULP_UPD dependencies on HXC_ULP_UPD

Line 1: Package Body hxc_ulp_upd as

1: Package Body hxc_ulp_upd as
2: /* $Header: hxculprhi.pkb 120.2 2005/09/23 09:52:13 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 385: hxc_ulp_upd.pre_update(p_rec);

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

Line 389: hxc_ulp_upd.update_dml(p_rec);

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

Line 393: hxc_ulp_upd.post_update

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

Line 443: hxc_ulp_upd.upd

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

Line 453: end hxc_ulp_upd;

449: hr_utility.set_location(' Leaving:'||l_proc, 10);
450: end if;
451: End upd;
452: --
453: end hxc_ulp_upd;