DBA Data[Home] [Help]

APPS.HR_UCX_UPD dependencies on HR_UCX_UPD

Line 1: Package Body hr_ucx_upd as

1: Package Body hr_ucx_upd as
2: /* $Header: hrucxrhi.pkb 120.0 2005/05/31 03:38 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 337: hr_ucx_upd.pre_update(p_rec);

333: hr_multi_message.end_validation_set;
334: --
335: -- Call the supporting pre-update operation
336: --
337: hr_ucx_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: hr_ucx_upd.update_dml(p_rec);

Line 341: hr_ucx_upd.update_dml(p_rec);

337: hr_ucx_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: hr_ucx_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: hr_ucx_upd.post_update

Line 345: hr_ucx_upd.post_update

341: hr_ucx_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: hr_ucx_upd.post_update
346: (p_rec
347: );
348: --
349: -- Call to raise any errors on multi-message list

Line 388: hr_ucx_upd.upd

384: -- Having converted the arguments into the
385: -- plsql record structure we call the corresponding record
386: -- business process.
387: --
388: hr_ucx_upd.upd
389: (l_rec
390: );
391: p_object_version_number := l_rec.object_version_number;
392: --

Line 396: end hr_ucx_upd;

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