DBA Data[Home] [Help]

APPS.PER_CNL_UPD dependencies on PER_CNL_UPD

Line 1: Package Body per_cnl_upd as

1: Package Body per_cnl_upd as
2: /* $Header: pecnlrhi.pkb 120.0 2005/05/31 06:55 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 477: per_cnl_upd.pre_update(p_rec);

473: hr_multi_message.end_validation_set;
474: --
475: -- Call the supporting pre-update operation
476: --
477: per_cnl_upd.pre_update(p_rec);
478: --
479: -- Update the row.
480: --
481: per_cnl_upd.update_dml(p_rec);

Line 481: per_cnl_upd.update_dml(p_rec);

477: per_cnl_upd.pre_update(p_rec);
478: --
479: -- Update the row.
480: --
481: per_cnl_upd.update_dml(p_rec);
482: --
483: -- Call the supporting post-update operation
484: --
485: per_cnl_upd.post_update

Line 485: per_cnl_upd.post_update

481: per_cnl_upd.update_dml(p_rec);
482: --
483: -- Call the supporting post-update operation
484: --
485: per_cnl_upd.post_update
486: (p_effective_date
487: ,p_rec
488: );
489: --

Line 572: per_cnl_upd.upd

568: -- Having converted the arguments into the
569: -- plsql record structure we call the corresponding record
570: -- business process.
571: --
572: per_cnl_upd.upd
573: (p_effective_date
574: ,l_rec
575: );
576: p_object_version_number := l_rec.object_version_number;

Line 581: end per_cnl_upd;

577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 10);
579: End upd;
580: --
581: end per_cnl_upd;