DBA Data[Home] [Help]

APPS.HR_AVM_UPD dependencies on HR_AVM_UPD

Line 1: Package Body hr_avm_upd as

1: Package Body hr_avm_upd as
2: /* $Header: hravmrhi.pkb 115.1 2002/12/02 15:47:59 apholt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 337: hr_avm_upd.pre_update(p_rec);

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

Line 341: hr_avm_upd.update_dml(p_rec);

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

Line 345: hr_avm_upd.post_update

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

Line 388: hr_avm_upd.upd

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

Line 396: end hr_avm_upd;

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