DBA Data[Home] [Help]

APPS.PER_PCE_UPD dependencies on PER_PCE_UPD

Line 1: Package Body per_pce_upd as

1: Package Body per_pce_upd as
2: /* $Header: pepcerhi.pkb 120.1 2006/10/18 09:19:34 grreddy noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package VARCHAR2(33) := ' per_pce_upd.'; -- Global package name

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

Line 361: per_pce_upd.pre_update(p_rec);

357: );
358: --
359: -- Call the supporting pre-update operation
360: --
361: per_pce_upd.pre_update(p_rec);
362: --
363: -- Update the row.
364: --
365: per_pce_upd.update_dml(p_rec);

Line 365: per_pce_upd.update_dml(p_rec);

361: per_pce_upd.pre_update(p_rec);
362: --
363: -- Update the row.
364: --
365: per_pce_upd.update_dml(p_rec);
366: --
367: -- Call the supporting post-update operation
368: --
369: per_pce_upd.post_update

Line 369: per_pce_upd.post_update

365: per_pce_upd.update_dml(p_rec);
366: --
367: -- Call the supporting post-update operation
368: --
369: per_pce_upd.post_update
370: (p_effective_date
371: ,p_rec
372: );
373: END upd;

Line 421: per_pce_upd.upd

417: -- Having converted the arguments into the
418: -- plsql record structure we call the corresponding record
419: -- business process.
420: --
421: per_pce_upd.upd
422: (p_effective_date
423: ,l_rec
424: );
425: p_object_version_number := l_rec.object_version_number;

Line 430: end per_pce_upd;

426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: END upd;
429: --
430: end per_pce_upd;