DBA Data[Home] [Help]

APPS.AME_APT_UPD dependencies on AME_APT_UPD

Line 1: Package Body ame_apt_upd as

1: Package Body ame_apt_upd as
2: /* $Header: amaptrhi.pkb 120.1 2006/04/21 08:44 avarri noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 173: ame_apt_upd.dt_update_dml

169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: ame_apt_upd.dt_update_dml
174: (p_rec => p_rec
175: ,p_effective_date => p_effective_date
176: ,p_datetrack_mode => p_datetrack_mode
177: ,p_validation_start_date => p_validation_start_date

Line 578: ame_apt_upd.convert_defs(p_rec);

574: -- derive the full record structure values to be updated.
575: --
576: -- 2. Call the supporting update validate operations.
577: --
578: ame_apt_upd.convert_defs(p_rec);
579: --
580: ame_apt_bus.update_validate
581: (p_rec => p_rec
582: ,p_effective_date => p_effective_date

Line 682: ame_apt_upd.upd

678: -- Having converted the arguments into the
679: -- plsql record structure we call the corresponding record
680: -- business process.
681: --
682: ame_apt_upd.upd
683: (p_effective_date
684: ,p_datetrack_mode
685: ,l_rec
686: );

Line 696: end ame_apt_upd;

692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: End upd;
695: --
696: end ame_apt_upd;