DBA Data[Home] [Help]

APPS.HXC_HTC_UPD dependencies on HXC_HTC_UPD

Line 1: Package Body hxc_htc_upd as

1: Package Body hxc_htc_upd as
2: /* $Header: hxchtcrhi.pkb 120.3 2007/10/19 11:54:08 anuthi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 344: hxc_htc_upd.pre_update(p_rec);

340: );
341: --
342: -- Call the supporting pre-update operation
343: --
344: hxc_htc_upd.pre_update(p_rec);
345: --
346: -- Update the row.
347: --
348: hxc_htc_upd.update_dml(p_rec);

Line 348: hxc_htc_upd.update_dml(p_rec);

344: hxc_htc_upd.pre_update(p_rec);
345: --
346: -- Update the row.
347: --
348: hxc_htc_upd.update_dml(p_rec);
349: --
350: -- Call the supporting post-update operation
351: --
352: hxc_htc_upd.post_update

Line 352: hxc_htc_upd.post_update

348: hxc_htc_upd.update_dml(p_rec);
349: --
350: -- Call the supporting post-update operation
351: --
352: hxc_htc_upd.post_update
353: (p_rec
354: );
355:
356: hxc_time_category_api.set_dynamic_sql_string ( p_time_category_id => p_rec.time_category_id );

Line 401: hxc_htc_upd.upd

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

Line 411: end hxc_htc_upd;

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