DBA Data[Home] [Help]

APPS.HR_FMP_UPD dependencies on HR_FMP_UPD

Line 1: Package Body hr_fmp_upd as

1: Package Body hr_fmp_upd as
2: /* $Header: hrfmprhi.pkb 115.5 2003/10/30 07:11:27 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 611: hr_fmp_upd.pre_update(p_rec);

607: );
608: --
609: -- Call the supporting pre-update operation
610: --
611: hr_fmp_upd.pre_update(p_rec);
612: --
613: -- Update the row.
614: --
615: hr_fmp_upd.update_dml(p_rec);

Line 615: hr_fmp_upd.update_dml(p_rec);

611: hr_fmp_upd.pre_update(p_rec);
612: --
613: -- Update the row.
614: --
615: hr_fmp_upd.update_dml(p_rec);
616: --
617: -- Call the supporting post-update operation
618: --
619: hr_fmp_upd.post_update

Line 619: hr_fmp_upd.post_update

615: hr_fmp_upd.update_dml(p_rec);
616: --
617: -- Call the supporting post-update operation
618: --
619: hr_fmp_upd.post_update
620: (p_rec
621: );
622: End upd;
623: --

Line 721: hr_fmp_upd.upd

717: -- Having converted the arguments into the
718: -- plsql record structure we call the corresponding record
719: -- business process.
720: --
721: hr_fmp_upd.upd
722: (l_rec
723: );
724: p_object_version_number := l_rec.object_version_number;
725: --

Line 729: end hr_fmp_upd;

725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 10);
727: End upd;
728: --
729: end hr_fmp_upd;