DBA Data[Home] [Help]

APPS.HXC_ULC_UPD dependencies on HXC_ULC_UPD

Line 1: Package Body hxc_ulc_upd as

1: Package Body hxc_ulc_upd as
2: /* $Header: hxculcrhi.pkb 120.2 2005/09/23 06:07:43 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 484: hxc_ulc_upd.pre_update(p_rec);

480: );
481: --
482: -- Call the supporting pre-update operation
483: --
484: hxc_ulc_upd.pre_update(p_rec);
485: --
486: -- Update the row.
487: --
488: hxc_ulc_upd.update_dml(p_rec);

Line 488: hxc_ulc_upd.update_dml(p_rec);

484: hxc_ulc_upd.pre_update(p_rec);
485: --
486: -- Update the row.
487: --
488: hxc_ulc_upd.update_dml(p_rec);
489: --
490: -- Call the supporting post-update operation
491: --
492: hxc_ulc_upd.post_update

Line 492: hxc_ulc_upd.post_update

488: hxc_ulc_upd.update_dml(p_rec);
489: --
490: -- Call the supporting post-update operation
491: --
492: hxc_ulc_upd.post_update
493: (p_rec
494: );
495: End upd;
496: --

Line 564: hxc_ulc_upd.upd

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

Line 574: end hxc_ulc_upd;

570: hr_utility.set_location(' Leaving:'||l_proc, 10);
571: end if;
572: End upd;
573: --
574: end hxc_ulc_upd;