DBA Data[Home] [Help]

APPS.HXC_TKG_UPD dependencies on HXC_TKG_UPD

Line 1: Package Body hxc_tkg_upd as

1: Package Body hxc_tkg_upd as
2: /* $Header: hxctkgrhi.pkb 120.2 2005/09/23 05:28:58 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 331: hxc_tkg_upd.pre_update(p_rec);

327: );
328: --
329: -- Call the supporting pre-update operation
330: --
331: hxc_tkg_upd.pre_update(p_rec);
332: --
333: -- Update the row.
334: --
335: hxc_tkg_upd.update_dml(p_rec);

Line 335: hxc_tkg_upd.update_dml(p_rec);

331: hxc_tkg_upd.pre_update(p_rec);
332: --
333: -- Update the row.
334: --
335: hxc_tkg_upd.update_dml(p_rec);
336: --
337: -- Call the supporting post-update operation
338: --
339: hxc_tkg_upd.post_update

Line 339: hxc_tkg_upd.post_update

335: hxc_tkg_upd.update_dml(p_rec);
336: --
337: -- Call the supporting post-update operation
338: --
339: hxc_tkg_upd.post_update
340: (p_rec
341: );
342: End upd;
343: --

Line 381: hxc_tkg_upd.upd

377: -- Having converted the arguments into the
378: -- plsql record structure we call the corresponding record
379: -- business process.
380: --
381: hxc_tkg_upd.upd
382: (l_rec
383: );
384: p_object_version_number := l_rec.object_version_number;
385: --

Line 391: end hxc_tkg_upd;

387: hr_utility.set_location(' Leaving:'||l_proc, 10);
388: end if;
389: End upd;
390: --
391: end hxc_tkg_upd;