DBA Data[Home] [Help]

APPS.HR_FCN_UPD dependencies on HR_FCN_UPD

Line 1: Package Body hr_fcn_upd as

1: Package Body hr_fcn_upd as
2: /* $Header: hrfcnrhi.pkb 115.3 2002/12/03 10:18:31 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 329: hr_fcn_upd.pre_update(p_rec);

325: );
326: --
327: -- Call the supporting pre-update operation
328: --
329: hr_fcn_upd.pre_update(p_rec);
330: --
331: -- Update the row.
332: --
333: hr_fcn_upd.update_dml(p_rec);

Line 333: hr_fcn_upd.update_dml(p_rec);

329: hr_fcn_upd.pre_update(p_rec);
330: --
331: -- Update the row.
332: --
333: hr_fcn_upd.update_dml(p_rec);
334: --
335: -- Call the supporting post-update operation
336: --
337: hr_fcn_upd.post_update

Line 337: hr_fcn_upd.post_update

333: hr_fcn_upd.update_dml(p_rec);
334: --
335: -- Call the supporting post-update operation
336: --
337: hr_fcn_upd.post_update
338: (p_effective_date
339: ,p_rec
340: );
341: End upd;

Line 377: hr_fcn_upd.upd

373: -- Having converted the arguments into the
374: -- plsql record structure we call the corresponding record
375: -- business process.
376: --
377: hr_fcn_upd.upd
378: (p_effective_date
379: ,l_rec
380: );
381: p_object_version_number := l_rec.object_version_number;

Line 386: end hr_fcn_upd;

382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);
384: End upd;
385: --
386: end hr_fcn_upd;