DBA Data[Home] [Help]

APPS.HXC_HAT_UPD dependencies on HXC_HAT_UPD

Line 1: Package Body hxc_hat_upd as

1: Package Body hxc_hat_upd as
2: /* $Header: hxchatrhi.pkb 120.2 2005/09/23 10:41:13 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 341: hxc_hat_upd.pre_update(p_rec);

337: hr_multi_message.end_validation_set;
338: --
339: -- Call the supporting pre-update operation
340: --
341: hxc_hat_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: hxc_hat_upd.update_dml(p_rec);

Line 345: hxc_hat_upd.update_dml(p_rec);

341: hxc_hat_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: hxc_hat_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: hxc_hat_upd.post_update

Line 349: hxc_hat_upd.post_update

345: hxc_hat_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: hxc_hat_upd.post_update
350: (p_rec
351: );
352: --
353: -- Call to raise any errors on multi-message list

Line 392: hxc_hat_upd.upd

388: -- Having converted the arguments into the
389: -- plsql record structure we call the corresponding record
390: -- business process.
391: --
392: hxc_hat_upd.upd
393: (l_rec
394: );
395: p_object_version_number := l_rec.object_version_number;
396: --

Line 402: end hxc_hat_upd;

398: hr_utility.set_location(' Leaving:'||l_proc, 10);
399: end if;
400: End upd;
401: --
402: end hxc_hat_upd;