DBA Data[Home] [Help]

APPS.HXC_HAC_UPD dependencies on HXC_HAC_UPD

Line 1: Package Body hxc_hac_upd as

1: Package Body hxc_hac_upd as
2: /* $Header: hxchacrhi.pkb 120.4 2006/06/13 08:42:23 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 462: hxc_hac_upd.pre_update(p_rec);

458: );
459: --
460: -- Call the supporting pre-update operation
461: --
462: hxc_hac_upd.pre_update(p_rec);
463: --
464: -- Update the row.
465: --
466: hxc_hac_upd.update_dml(p_rec);

Line 466: hxc_hac_upd.update_dml(p_rec);

462: hxc_hac_upd.pre_update(p_rec);
463: --
464: -- Update the row.
465: --
466: hxc_hac_upd.update_dml(p_rec);
467: --
468: -- Call the supporting post-update operation
469: --
470: hxc_hac_upd.post_update

Line 470: hxc_hac_upd.post_update

466: hxc_hac_upd.update_dml(p_rec);
467: --
468: -- Call the supporting post-update operation
469: --
470: hxc_hac_upd.post_update
471: (p_effective_date
472: ,p_rec
473: );
474: End upd;

Line 535: hxc_hac_upd.upd

531: -- Having converted the arguments into the
532: -- plsql record structure we call the corresponding record
533: -- business process.
534: --
535: hxc_hac_upd.upd
536: (p_effective_date
537: ,l_rec
538: );
539: p_object_version_number := l_rec.object_version_number;

Line 546: end hxc_hac_upd;

542: hr_utility.set_location(' Leaving:'||l_proc, 10);
543: end if;
544: End upd;
545: --
546: end hxc_hac_upd;