DBA Data[Home] [Help]

APPS.HR_NMF_UPD dependencies on HR_NMF_UPD

Line 1: Package Body hr_nmf_upd as

1: Package Body hr_nmf_upd as
2: /* $Header: hrnmfrhi.pkb 120.0 2005/05/31 01:34 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 333: hr_nmf_upd.pre_update(p_rec);

329: hr_multi_message.end_validation_set;
330: --
331: -- Call the supporting pre-update operation
332: --
333: hr_nmf_upd.pre_update(p_rec);
334: --
335: -- Update the row.
336: --
337: hr_nmf_upd.update_dml(p_rec);

Line 337: hr_nmf_upd.update_dml(p_rec);

333: hr_nmf_upd.pre_update(p_rec);
334: --
335: -- Update the row.
336: --
337: hr_nmf_upd.update_dml(p_rec);
338: --
339: -- Call the supporting post-update operation
340: --
341: hr_nmf_upd.post_update

Line 341: hr_nmf_upd.post_update

337: hr_nmf_upd.update_dml(p_rec);
338: --
339: -- Call the supporting post-update operation
340: --
341: hr_nmf_upd.post_update
342: (p_effective_date
343: ,p_rec
344: );
345: --

Line 385: hr_nmf_upd.upd

381: -- Having converted the arguments into the
382: -- plsql record structure we call the corresponding record
383: -- business process.
384: --
385: hr_nmf_upd.upd
386: (p_effective_date
387: ,l_rec
388: );
389: p_object_version_number := l_rec.object_version_number;

Line 396: end hr_nmf_upd;

392: hr_utility.set_location(' Leaving:'||l_proc, 10);
393: end if;
394: End upd;
395: --
396: end hr_nmf_upd;