DBA Data[Home] [Help]

APPS.PER_CNI_UPD dependencies on PER_CNI_UPD

Line 1: Package Body per_cni_upd as

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

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

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

Line 597: per_cni_upd.pre_update(p_rec);

593: hr_multi_message.end_validation_set;
594: --
595: -- Call the supporting pre-update operation
596: --
597: per_cni_upd.pre_update(p_rec);
598: --
599: -- Update the row.
600: --
601: per_cni_upd.update_dml(p_rec);

Line 601: per_cni_upd.update_dml(p_rec);

597: per_cni_upd.pre_update(p_rec);
598: --
599: -- Update the row.
600: --
601: per_cni_upd.update_dml(p_rec);
602: --
603: -- Call the supporting post-update operation
604: --
605: per_cni_upd.post_update

Line 605: per_cni_upd.post_update

601: per_cni_upd.update_dml(p_rec);
602: --
603: -- Call the supporting post-update operation
604: --
605: per_cni_upd.post_update
606: (p_effective_date
607: ,p_rec
608: );
609: --

Line 708: per_cni_upd.upd

704: -- Having converted the arguments into the
705: -- plsql record structure we call the corresponding record
706: -- business process.
707: --
708: per_cni_upd.upd
709: (p_effective_date
710: ,l_rec
711: );
712: --

Line 720: end per_cni_upd;

716: --
717: hr_utility.set_location(' Leaving:'||l_proc, 10);
718: End upd;
719: --
720: end per_cni_upd;