DBA Data[Home] [Help]

APPS.HXC_MAP_UPD dependencies on HXC_MAP_UPD

Line 1: Package Body hxc_map_upd as

1: Package Body hxc_map_upd as
2: /* $Header: hxcmaprhi.pkb 120.2 2005/09/23 08:17:59 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 336: hxc_map_upd.pre_update(p_rec);

332: );
333: --
334: -- Call the supporting pre-update operation
335: --
336: hxc_map_upd.pre_update(p_rec);
337: --
338: -- Update the row.
339: --
340: hxc_map_upd.update_dml(p_rec);

Line 340: hxc_map_upd.update_dml(p_rec);

336: hxc_map_upd.pre_update(p_rec);
337: --
338: -- Update the row.
339: --
340: hxc_map_upd.update_dml(p_rec);
341: --
342: -- Call the supporting post-update operation
343: --
344: hxc_map_upd.post_update

Line 344: hxc_map_upd.post_update

340: hxc_map_upd.update_dml(p_rec);
341: --
342: -- Call the supporting post-update operation
343: --
344: hxc_map_upd.post_update
345: (p_rec
346: );
347: End upd;
348: --

Line 383: hxc_map_upd.upd

379: -- Having converted the arguments into the
380: -- plsql record structure we call the corresponding record
381: -- business process.
382: --
383: hxc_map_upd.upd
384: (l_rec
385: );
386: p_object_version_number := l_rec.object_version_number;
387: --

Line 393: end hxc_map_upd;

389: hr_utility.set_location(' Leaving:'||l_proc, 10);
390: end if;
391: End upd;
392: --
393: end hxc_map_upd;