DBA Data[Home] [Help]

APPS.AME_CNU_UPD dependencies on AME_CNU_UPD

Line 1: Package Body ame_cnu_upd as

1: Package Body ame_cnu_upd as
2: /* $Header: amcnurhi.pkb 120.4 2005/11/22 03:15 santosin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 167: ame_cnu_upd.dt_update_dml

163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: ame_cnu_upd.dt_update_dml
168: (p_rec => p_rec
169: ,p_effective_date => p_effective_date
170: ,p_datetrack_mode => p_datetrack_mode
171: ,p_validation_start_date => p_validation_start_date

Line 533: ame_cnu_upd.convert_defs(p_rec);

529: -- derive the full record structure values to be updated.
530: --
531: -- 2. Call the supporting update validate operations.
532: --
533: ame_cnu_upd.convert_defs(p_rec);
534: --
535: --
536: -- Make sure that the Rule start_date and end_date are correct
537: --

Line 634: ame_cnu_upd.upd

630: -- Having converted the arguments into the
631: -- plsql record structure we call the corresponding record
632: -- business process.
633: --
634: ame_cnu_upd.upd
635: (p_effective_date
636: ,p_datetrack_mode
637: ,l_rec
638: );

Line 650: end ame_cnu_upd;

646: --
647: hr_utility.set_location(' Leaving:'||l_proc, 10);
648: End upd;
649: --
650: end ame_cnu_upd;