DBA Data[Home] [Help]

APPS.HR_HRC_UPD dependencies on HR_HRC_UPD

Line 1: Package Body hr_hrc_upd as

1: Package Body hr_hrc_upd as
2: /* $Header: hrhrcrhi.pkb 115.0 2004/01/09 01:12 vkarandi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 318: hr_hrc_upd.pre_update(p_rec);

314: hr_multi_message.end_validation_set;
315: --
316: -- Call the supporting pre-update operation
317: --
318: hr_hrc_upd.pre_update(p_rec);
319: --
320: -- Update the row.
321: --
322: hr_hrc_upd.update_dml(p_rec);

Line 322: hr_hrc_upd.update_dml(p_rec);

318: hr_hrc_upd.pre_update(p_rec);
319: --
320: -- Update the row.
321: --
322: hr_hrc_upd.update_dml(p_rec);
323: --
324: -- Call the supporting post-update operation
325: --
326: hr_hrc_upd.post_update

Line 326: hr_hrc_upd.post_update

322: hr_hrc_upd.update_dml(p_rec);
323: --
324: -- Call the supporting post-update operation
325: --
326: hr_hrc_upd.post_update
327: (p_rec
328: );
329: --
330: -- Call to raise any errors on multi-message list

Line 364: hr_hrc_upd.upd

360: -- Having converted the arguments into the
361: -- plsql record structure we call the corresponding record
362: -- business process.
363: --
364: hr_hrc_upd.upd
365: (l_rec
366: );
367: p_object_version_number := l_rec.object_version_number;
368: --

Line 372: end hr_hrc_upd;

368: --
369: hr_utility.set_location(' Leaving:'||l_proc, 10);
370: End upd;
371: --
372: end hr_hrc_upd;