DBA Data[Home] [Help]

APPS.HXC_LCK_UPD dependencies on HXC_LCK_UPD

Line 1: Package Body hxc_lck_upd as

1: Package Body hxc_lck_upd as
2: /* $Header: hxclocktypesrhi.pkb 120.2 2005/09/23 08:08:21 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 341: hxc_lck_upd.pre_update(p_rec);

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

Line 345: hxc_lck_upd.update_dml(p_rec);

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

Line 349: hxc_lck_upd.post_update

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

Line 391: hxc_lck_upd.upd

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

Line 401: end hxc_lck_upd;

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