DBA Data[Home] [Help]

APPS.HR_ITF_UPD dependencies on HR_ITF_UPD

Line 1: Package Body hr_itf_upd as

1: Package Body hr_itf_upd as
2: /* $Header: hritfrhi.pkb 120.0 2005/05/31 00:58 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 358: hr_itf_upd.pre_update(p_rec);

354: hr_multi_message.end_validation_set;
355: --
356: -- Call the supporting pre-update operation
357: --
358: hr_itf_upd.pre_update(p_rec);
359: --
360: -- Update the row.
361: --
362: hr_itf_upd.update_dml(p_rec);

Line 362: hr_itf_upd.update_dml(p_rec);

358: hr_itf_upd.pre_update(p_rec);
359: --
360: -- Update the row.
361: --
362: hr_itf_upd.update_dml(p_rec);
363: --
364: -- Call the supporting post-update operation
365: --
366: hr_itf_upd.post_update

Line 366: hr_itf_upd.post_update

362: hr_itf_upd.update_dml(p_rec);
363: --
364: -- Call the supporting post-update operation
365: --
366: hr_itf_upd.post_update
367: (p_effective_date
368: ,p_rec
369: );
370: --

Line 413: hr_itf_upd.upd

409: -- Having converted the arguments into the
410: -- plsql record structure we call the corresponding record
411: -- business process.
412: --
413: hr_itf_upd.upd
414: (p_effective_date
415: ,l_rec
416: );
417: p_object_version_number := l_rec.object_version_number;

Line 422: end hr_itf_upd;

418: --
419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: End upd;
421: --
422: end hr_itf_upd;