DBA Data[Home] [Help]

APPS.HXC_TCC_UPD dependencies on HXC_TCC_UPD

Line 1: Package Body hxc_tcc_upd as

1: Package Body hxc_tcc_upd as
2: /* $Header: hxctccrhi.pkb 120.3 2006/07/07 06:27:47 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 382: hxc_tcc_upd.pre_update(p_rec);

378: );
379: --
380: -- Call the supporting pre-update operation
381: --
382: hxc_tcc_upd.pre_update(p_rec);
383: --
384: -- Update the row.
385: --
386: hxc_tcc_upd.update_dml(p_rec);

Line 386: hxc_tcc_upd.update_dml(p_rec);

382: hxc_tcc_upd.pre_update(p_rec);
383: --
384: -- Update the row.
385: --
386: hxc_tcc_upd.update_dml(p_rec);
387: --
388: -- Call the supporting post-update operation
389: --
390: hxc_tcc_upd.post_update

Line 390: hxc_tcc_upd.post_update

386: hxc_tcc_upd.update_dml(p_rec);
387: --
388: -- Call the supporting post-update operation
389: --
390: hxc_tcc_upd.post_update
391: (p_rec
392: );
393:
394: IF ( p_rec.type IN ( 'AN', 'MC_VS' ) )

Line 457: hxc_tcc_upd.upd

453: -- Having converted the arguments into the
454: -- plsql record structure we call the corresponding record
455: -- business process.
456: --
457: hxc_tcc_upd.upd
458: (l_rec
459: );
460: p_object_version_number := l_rec.object_version_number;
461: --

Line 467: end hxc_tcc_upd;

463: hr_utility.set_location(' Leaving:'||l_proc, 10);
464: end if;
465: End upd;
466: --
467: end hxc_tcc_upd;