DBA Data[Home] [Help]

APPS.PER_CEI_UPD dependencies on PER_CEI_UPD

Line 1: Package Body per_cei_upd as

1: Package Body per_cei_upd as
2: /* $Header: peceirhi.pkb 120.1 2006/10/18 08:58:46 grreddy noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 449: per_cei_upd.pre_update(p_rec);

445: );
446: --
447: -- Call the supporting pre-update operation
448: --
449: per_cei_upd.pre_update(p_rec);
450: --
451: -- Update the row.
452: --
453: per_cei_upd.update_dml(p_rec);

Line 453: per_cei_upd.update_dml(p_rec);

449: per_cei_upd.pre_update(p_rec);
450: --
451: -- Update the row.
452: --
453: per_cei_upd.update_dml(p_rec);
454: --
455: -- Call the supporting post-update operation
456: --
457: per_cei_upd.post_update

Line 457: per_cei_upd.post_update

453: per_cei_upd.update_dml(p_rec);
454: --
455: -- Call the supporting post-update operation
456: --
457: per_cei_upd.post_update
458: (p_effective_date
459: ,p_rec
460: );
461: End upd;

Line 526: per_cei_upd.upd

522: -- Having converted the arguments into the
523: -- plsql record structure we call the corresponding record
524: -- business process.
525: --
526: per_cei_upd.upd
527: (p_effective_date
528: ,l_rec
529: );
530: --

Line 535: end per_cei_upd;

531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End upd;
534: --
535: end per_cei_upd;