DBA Data[Home] [Help]

APPS.HXC_HTS_UPD dependencies on HXC_HTS_UPD

Line 1: Package Body hxc_hts_upd as

1: Package Body hxc_hts_upd as
2: /* $Header: hxchtsrhi.pkb 120.2 2005/09/23 07:49:02 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 341: hxc_hts_upd.pre_update(p_rec);

337: );
338: --
339: -- Call the supporting pre-update operation
340: --
341: hxc_hts_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: hxc_hts_upd.update_dml(p_rec);

Line 345: hxc_hts_upd.update_dml(p_rec);

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

Line 349: hxc_hts_upd.post_update

345: hxc_hts_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: hxc_hts_upd.post_update
350: (p_effective_date
351: ,p_rec
352: );
353: End upd;

Line 390: hxc_hts_upd.upd

386: -- Having converted the arguments into the
387: -- plsql record structure we call the corresponding record
388: -- business process.
389: --
390: hxc_hts_upd.upd
391: (p_effective_date
392: ,l_rec
393: );
394: p_object_version_number := l_rec.object_version_number;

Line 401: end hxc_hts_upd;

397: hr_utility.set_location(' Leaving:'||l_proc, 10);
398: end if;
399: End upd;
400: --
401: end hxc_hts_upd;