DBA Data[Home] [Help]

APPS.HXC_TKGQ_UPD dependencies on HXC_TKGQ_UPD

Line 1: Package body hxc_tkgq_upd as

1: Package body hxc_tkgq_upd as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_upd.'; -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;

Line 4: g_package varchar2(33) := ' hxc_tkgq_upd.'; -- Global package name

1: Package body hxc_tkgq_upd as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_upd.'; -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;
6: -- ----------------------------------------------------------------------------
7: -- |------------------------------< update_dml >------------------------------|
8: -- ----------------------------------------------------------------------------

Line 390: hxc_tkgq_upd.pre_update(p_rec);

386: );
387: --
388: -- Call the supporting pre-update operation
389: --
390: hxc_tkgq_upd.pre_update(p_rec);
391: --
392: -- Update the row.
393: --
394: hxc_tkgq_upd.update_dml(p_rec);

Line 394: hxc_tkgq_upd.update_dml(p_rec);

390: hxc_tkgq_upd.pre_update(p_rec);
391: --
392: -- Update the row.
393: --
394: hxc_tkgq_upd.update_dml(p_rec);
395: --
396: -- Call the supporting post-update operation
397: --
398: hxc_tkgq_upd.post_update

Line 398: hxc_tkgq_upd.post_update

394: hxc_tkgq_upd.update_dml(p_rec);
395: --
396: -- Call the supporting post-update operation
397: --
398: hxc_tkgq_upd.post_update
399: (p_rec
400: );
401: End upd;
402: --

Line 474: hxc_tkgq_upd.upd

470: -- Having converted the arguments into the
471: -- plsql record structure we call the corresponding record
472: -- business process.
473: --
474: hxc_tkgq_upd.upd
475: (l_rec
476: );
477: p_object_version_number := l_rec.object_version_number;
478: --

Line 484: end hxc_tkgq_upd;

480: hr_utility.set_location(' Leaving:'||l_proc, 10);
481: end if;
482: End upd;
483: --
484: end hxc_tkgq_upd;