DBA Data[Home] [Help]

APPS.HXC_TBB_UPD dependencies on HXC_TBB_UPD

Line 1: package body hxc_tbb_upd as

1: package body hxc_tbb_upd as
2: /* $Header: hxctbbrhi.pkb 120.6.12010000.1 2008/07/28 11:19:46 appldev ship $ */
3:
4: -- --------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hxc_tbb_upd.'; -- global package name

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

Line 483: hxc_tbb_upd.pre_update(p_rec);

479: );
480:
481: -- call the supporting pre-update operation
482:
483: hxc_tbb_upd.pre_update(p_rec);
484:
485: -- update the row.
486:
487: hxc_tbb_upd.update_dml(p_rec);

Line 487: hxc_tbb_upd.update_dml(p_rec);

483: hxc_tbb_upd.pre_update(p_rec);
484:
485: -- update the row.
486:
487: hxc_tbb_upd.update_dml(p_rec);
488:
489: -- call the supporting post-update operation
490:
491: hxc_tbb_upd.post_update

Line 491: hxc_tbb_upd.post_update

487: hxc_tbb_upd.update_dml(p_rec);
488:
489: -- call the supporting post-update operation
490:
491: hxc_tbb_upd.post_update
492: (p_effective_date
493: ,p_rec
494: );
495:

Line 564: hxc_tbb_upd.upd

560: -- having converted the arguments into the
561: -- plsql record structure we call the corresponding record
562: -- business process.
563:
564: hxc_tbb_upd.upd
565: (p_effective_date
566: ,l_rec
567: );
568: p_object_version_number := l_rec.object_version_number;

Line 576: end hxc_tbb_upd;

572: end if;
573:
574: end upd;
575:
576: end hxc_tbb_upd;