DBA Data[Home] [Help]

APPS.HXC_TKS_UPD dependencies on HXC_TKS_UPD

Line 1: Package Body hxc_tks_upd as

1: Package Body hxc_tks_upd as
2: /* $Header: hxctksrhi.pkb 120.2 2005/09/23 05:29:46 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 325: hxc_tks_upd.pre_update(p_rec);

321: hr_multi_message.end_validation_set;
322: --
323: -- Call the supporting pre-update operation
324: --
325: hxc_tks_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: hxc_tks_upd.update_dml(p_rec);

Line 329: hxc_tks_upd.update_dml(p_rec);

325: hxc_tks_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: hxc_tks_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: hxc_tks_upd.post_update

Line 333: hxc_tks_upd.post_update

329: hxc_tks_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: hxc_tks_upd.post_update
334: (p_rec
335: );
336: --
337: -- Call to raise any errors on multi-message list

Line 372: hxc_tks_upd.upd

368: -- Having converted the arguments into the
369: -- plsql record structure we call the corresponding record
370: -- business process.
371: --
372: hxc_tks_upd.upd
373: (l_rec
374: );
375: --
376: --

Line 382: end hxc_tks_upd;

378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: end if;
380: End upd;
381: --
382: end hxc_tks_upd;