DBA Data[Home] [Help]

APPS.HXC_TKGQC_UPD dependencies on HXC_TKGQC_UPD

Line 1: Package Body hxc_tkgqc_upd as

1: Package Body hxc_tkgqc_upd as
2: /* $Header: hxctkgqcrhi.pkb 120.2 2005/09/23 05:26:07 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 349: hxc_tkgqc_upd.pre_update(p_rec);

345: );
346: --
347: -- Call the supporting pre-update operation
348: --
349: hxc_tkgqc_upd.pre_update(p_rec);
350: --
351: -- Update the row.
352: --
353: hxc_tkgqc_upd.update_dml(p_rec);

Line 353: hxc_tkgqc_upd.update_dml(p_rec);

349: hxc_tkgqc_upd.pre_update(p_rec);
350: --
351: -- Update the row.
352: --
353: hxc_tkgqc_upd.update_dml(p_rec);
354: --
355: -- Call the supporting post-update operation
356: --
357: hxc_tkgqc_upd.post_update

Line 357: hxc_tkgqc_upd.post_update

353: hxc_tkgqc_upd.update_dml(p_rec);
354: --
355: -- Call the supporting post-update operation
356: --
357: hxc_tkgqc_upd.post_update
358: (p_rec
359: );
360: --
361: End upd;

Line 401: hxc_tkgqc_upd.upd

397: -- Having converted the arguments into the
398: -- plsql record structure we call the corresponding record
399: -- business process.
400: --
401: hxc_tkgqc_upd.upd
402: (l_rec
403: );
404: p_object_version_number := l_rec.object_version_number;
405: --

Line 411: end hxc_tkgqc_upd;

407: hr_utility.set_location(' Leaving:'||l_proc, 10);
408: end if;
409: End upd;
410: --
411: end hxc_tkgqc_upd;