DBA Data[Home] [Help]

APPS.AME_APU_UPD dependencies on AME_APU_UPD

Line 1: Package Body ame_apu_upd as

1: Package Body ame_apu_upd as
2: /* $Header: amapurhi.pkb 120.3 2005/11/22 03:13 santosin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 166: ame_apu_upd.dt_update_dml

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

Line 514: ame_apu_upd.convert_defs(p_rec);

510: -- derive the full record structure values to be updated.
511: --
512: -- 2. Call the supporting update validate operations.
513: --
514: ame_apu_upd.convert_defs(p_rec);
515: --
516: ame_apu_bus.update_validate
517: (p_rec => p_rec
518: ,p_effective_date => p_effective_date

Line 596: ame_apu_upd.upd

592: -- Having converted the arguments into the
593: -- plsql record structure we call the corresponding record
594: -- business process.
595: --
596: ame_apu_upd.upd
597: (p_effective_date
598: ,p_datetrack_mode
599: ,l_rec
600: );

Line 612: end ame_apu_upd;

608: --
609: hr_utility.set_location(' Leaving:'||l_proc, 10);
610: End upd;
611: --
612: end ame_apu_upd;