DBA Data[Home] [Help]

APPS.HXC_LKR_UPD dependencies on HXC_LKR_UPD

Line 1: Package Body hxc_lkr_upd as

1: Package Body hxc_lkr_upd as
2: /* $Header: hxclockrulesrhi.pkb 120.2 2005/09/23 07:58:43 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 339: hxc_lkr_upd.pre_update(p_rec);

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

Line 343: hxc_lkr_upd.update_dml(p_rec);

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

Line 347: hxc_lkr_upd.post_update

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

Line 389: hxc_lkr_upd.upd

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

Line 399: end hxc_lkr_upd;

395: hr_utility.set_location(' Leaving:'||l_proc, 10);
396: end if;
397: End upd;
398: --
399: end hxc_lkr_upd;