DBA Data[Home] [Help]

APPS.HXC_ULA_UPD dependencies on HXC_ULA_UPD

Line 1: Package Body hxc_ula_upd as

1: Package Body hxc_ula_upd as
2: /* $Header: hxcularhi.pkb 120.3 2005/09/23 05:57:47 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 376: hxc_ula_upd.pre_update(p_rec);

372: );
373: --
374: -- Call the supporting pre-update operation
375: --
376: hxc_ula_upd.pre_update(p_rec);
377: --
378: -- Update the row.
379: --
380: hxc_ula_upd.update_dml(p_rec);

Line 380: hxc_ula_upd.update_dml(p_rec);

376: hxc_ula_upd.pre_update(p_rec);
377: --
378: -- Update the row.
379: --
380: hxc_ula_upd.update_dml(p_rec);
381: --
382: -- Call the supporting post-update operation
383: --
384: hxc_ula_upd.post_update

Line 384: hxc_ula_upd.post_update

380: hxc_ula_upd.update_dml(p_rec);
381: --
382: -- Call the supporting post-update operation
383: --
384: hxc_ula_upd.post_update
385: (p_rec
386: );
387: End upd;
388: --

Line 432: hxc_ula_upd.upd

428: -- Having converted the arguments into the
429: -- plsql record structure we call the corresponding record
430: -- business process.
431: --
432: hxc_ula_upd.upd
433: (l_rec
434: );
435: p_object_version_number := l_rec.object_version_number;
436: --

Line 442: end hxc_ula_upd;

438: hr_utility.set_location(' Leaving:'||l_proc, 10);
439: end if;
440: End upd;
441: --
442: end hxc_ula_upd;