DBA Data[Home] [Help]

APPS.PER_CPA_UPD dependencies on PER_CPA_UPD

Line 1: Package Body per_cpa_upd as

1: Package Body per_cpa_upd as
2: /* $Header: pecparhi.pkb 115.4 2002/12/04 15:03:48 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 363: per_cpa_upd.pre_update(p_rec);

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

Line 367: per_cpa_upd.update_dml(p_rec);

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

Line 371: per_cpa_upd.post_update

367: per_cpa_upd.update_dml(p_rec);
368: --
369: -- Call the supporting post-update operation
370: --
371: per_cpa_upd.post_update
372: (p_effective_date
373: ,p_rec
374: );
375: End upd;

Line 423: per_cpa_upd.upd

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

Line 432: end per_cpa_upd;

428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 10);
430: End upd;
431: --
432: end per_cpa_upd;