DBA Data[Home] [Help]

APPS.PER_CKL_UPD dependencies on PER_CKL_UPD

Line 1: Package Body per_ckl_upd as

1: Package Body per_ckl_upd as
2: /* $Header: pecklrhi.pkb 120.2 2005/11/15 09:02 lsilveir noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 728: per_ckl_upd.pre_update(p_rec);

724: hr_multi_message.end_validation_set;
725: --
726: -- Call the supporting pre-update operation
727: --
728: per_ckl_upd.pre_update(p_rec);
729: --
730: -- Update the row.
731: --
732: per_ckl_upd.update_dml(p_rec);

Line 732: per_ckl_upd.update_dml(p_rec);

728: per_ckl_upd.pre_update(p_rec);
729: --
730: -- Update the row.
731: --
732: per_ckl_upd.update_dml(p_rec);
733: --
734: -- Call the supporting post-update operation
735: --
736: per_ckl_upd.post_update

Line 736: per_ckl_upd.post_update

732: per_ckl_upd.update_dml(p_rec);
733: --
734: -- Call the supporting post-update operation
735: --
736: per_ckl_upd.post_update
737: (p_effective_date
738: ,p_rec
739: );
740: --

Line 867: per_ckl_upd.upd

863: -- Having converted the arguments into the
864: -- plsql record structure we call the corresponding record
865: -- business process.
866: --
867: per_ckl_upd.upd
868: (p_effective_date
869: ,l_rec
870: );
871: p_object_version_number := l_rec.object_version_number;

Line 876: end per_ckl_upd;

872: --
873: hr_utility.set_location(' Leaving:'||l_proc, 10);
874: End upd;
875: --
876: end per_ckl_upd;