DBA Data[Home] [Help]

APPS.HR_CNP_UPD dependencies on HR_CNP_UPD

Line 1: Package Body hr_cnp_upd as

1: Package Body hr_cnp_upd as
2: /* $Header: hrcnprhi.pkb 115.3 2003/09/01 03:40:09 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 525: hr_cnp_upd.pre_update(p_rec);

521: );
522: --
523: -- Call the supporting pre-update operation
524: --
525: hr_cnp_upd.pre_update(p_rec);
526: --
527: -- Update the row.
528: --
529: hr_cnp_upd.update_dml(p_rec);

Line 529: hr_cnp_upd.update_dml(p_rec);

525: hr_cnp_upd.pre_update(p_rec);
526: --
527: -- Update the row.
528: --
529: hr_cnp_upd.update_dml(p_rec);
530: --
531: -- Call the supporting post-update operation
532: --
533: hr_cnp_upd.post_update

Line 533: hr_cnp_upd.post_update

529: hr_cnp_upd.update_dml(p_rec);
530: --
531: -- Call the supporting post-update operation
532: --
533: hr_cnp_upd.post_update
534: (p_effective_date
535: ,p_rec
536: );
537: End upd;

Line 643: hr_cnp_upd.upd

639: -- Having converted the arguments into the
640: -- plsql record structure we call the corresponding record
641: -- business process.
642: --
643: hr_cnp_upd.upd
644: (p_effective_date
645: ,l_rec
646: );
647: p_object_version_number := l_rec.object_version_number;

Line 652: end hr_cnp_upd;

648: --
649: hr_utility.set_location(' Leaving:'||l_proc, 10);
650: End upd;
651: --
652: end hr_cnp_upd;