DBA Data[Home] [Help]

APPS.PER_NAA_UPD dependencies on PER_NAA_UPD

Line 1: Package Body per_naa_upd as

1: Package Body per_naa_upd as
2: /* $Header: penaarhi.pkb 120.1 2006/04/25 06:01:33 niljain noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 389: per_naa_upd.pre_update(p_rec);

385: hr_multi_message.end_validation_set;
386: --
387: -- Call the supporting pre-update operation
388: --
389: per_naa_upd.pre_update(p_rec);
390: --
391: -- Update the row.
392: --
393: per_naa_upd.update_dml(p_rec);

Line 393: per_naa_upd.update_dml(p_rec);

389: per_naa_upd.pre_update(p_rec);
390: --
391: -- Update the row.
392: --
393: per_naa_upd.update_dml(p_rec);
394: --
395: -- Call the supporting post-update operation
396: --
397: per_naa_upd.post_update

Line 397: per_naa_upd.post_update

393: per_naa_upd.update_dml(p_rec);
394: --
395: -- Call the supporting post-update operation
396: --
397: per_naa_upd.post_update
398: (p_rec
399: );
400: --
401: -- Call to raise any errors on multi-message list

Line 452: per_naa_upd.upd

448: -- Having converted the arguments into the
449: -- plsql record structure we call the corresponding record
450: -- business process.
451: --
452: per_naa_upd.upd
453: (l_rec
454: );
455: p_object_version_number := l_rec.object_version_number;
456: --

Line 460: end per_naa_upd;

456: --
457: hr_utility.set_location(' Leaving:'||l_proc, 10);
458: End upd;
459: --
460: end per_naa_upd;