DBA Data[Home] [Help]

APPS.HXC_HSD_UPD dependencies on HXC_HSD_UPD

Line 1: Package Body hxc_hsd_upd as

1: Package Body hxc_hsd_upd as
2: /* $Header: hxchsdrhi.pkb 120.3 2005/09/23 10:44:51 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 334: hxc_hsd_upd.pre_update(p_rec);

330: hr_multi_message.end_validation_set;
331: --
332: -- Call the supporting pre-update operation
333: --
334: hxc_hsd_upd.pre_update(p_rec);
335: --
336: -- Update the row.
337: --
338: hxc_hsd_upd.update_dml(p_rec);

Line 338: hxc_hsd_upd.update_dml(p_rec);

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

Line 342: hxc_hsd_upd.post_update

338: hxc_hsd_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: hxc_hsd_upd.post_update
343: (p_rec
344: );
345: --
346: -- Call to raise any errors on multi-message list

Line 385: hxc_hsd_upd.upd

381: -- Having converted the arguments into the
382: -- plsql record structure we call the corresponding record
383: -- business process.
384: --
385: hxc_hsd_upd.upd
386: (l_rec
387: );
388: --
389: --

Line 395: end hxc_hsd_upd;

391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: end if;
393: End upd;
394: --
395: end hxc_hsd_upd;