DBA Data[Home] [Help]

APPS.HXC_HAN_UPD dependencies on HXC_HAN_UPD

Line 1: Package Body hxc_han_upd as

1: Package Body hxc_han_upd as
2: /* $Header: hxchanrhi.pkb 120.2 2006/07/10 10:09:56 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 369: hxc_han_upd.pre_update(p_rec);

365: hr_multi_message.end_validation_set;
366: --
367: -- Call the supporting pre-update operation
368: --
369: hxc_han_upd.pre_update(p_rec);
370: --
371: -- Update the row.
372: --
373: hxc_han_upd.update_dml(p_rec);

Line 373: hxc_han_upd.update_dml(p_rec);

369: hxc_han_upd.pre_update(p_rec);
370: --
371: -- Update the row.
372: --
373: hxc_han_upd.update_dml(p_rec);
374: --
375: -- Call the supporting post-update operation
376: --
377: hxc_han_upd.post_update

Line 377: hxc_han_upd.post_update

373: hxc_han_upd.update_dml(p_rec);
374: --
375: -- Call the supporting post-update operation
376: --
377: hxc_han_upd.post_update
378: (p_rec
379: );
380: --
381: -- Call to raise any errors on multi-message list

Line 422: hxc_han_upd.upd

418: -- Having converted the arguments into the
419: -- plsql record structure we call the corresponding record
420: -- business process.
421: --
422: hxc_han_upd.upd
423: (l_rec
424: );
425: p_object_version_number := l_rec.object_version_number;
426: --

Line 432: end hxc_han_upd;

428: hr_utility.set_location(' Leaving:'||l_proc, 10);
429: end if;
430: End upd;
431: --
432: end hxc_han_upd;