DBA Data[Home] [Help]

APPS.HXC_MPC_UPD dependencies on HXC_MPC_UPD

Line 1: Package Body hxc_mpc_upd as

1: Package Body hxc_mpc_upd as
2: /* $Header: hxcmpcrhi.pkb 120.2 2005/09/23 08:47:45 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 364: hxc_mpc_upd.pre_update(p_rec);

360: );
361: --
362: -- Call the supporting pre-update operation
363: --
364: hxc_mpc_upd.pre_update(p_rec);
365: --
366: -- Update the row.
367: --
368: hxc_mpc_upd.update_dml(p_rec);

Line 368: hxc_mpc_upd.update_dml(p_rec);

364: hxc_mpc_upd.pre_update(p_rec);
365: --
366: -- Update the row.
367: --
368: hxc_mpc_upd.update_dml(p_rec);
369: --
370: -- Call the supporting post-update operation
371: --
372: hxc_mpc_upd.post_update

Line 372: hxc_mpc_upd.post_update

368: hxc_mpc_upd.update_dml(p_rec);
369: --
370: -- Call the supporting post-update operation
371: --
372: hxc_mpc_upd.post_update
373: (p_rec
374: );
375: End upd;
376: --

Line 417: hxc_mpc_upd.upd

413: -- Having converted the arguments into the
414: -- plsql record structure we call the corresponding record
415: -- business process.
416: --
417: hxc_mpc_upd.upd
418: (l_rec
419: );
420: p_object_version_number := l_rec.object_version_number;
421: --

Line 427: end hxc_mpc_upd;

423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: end if;
425: End upd;
426: --
427: end hxc_mpc_upd;