DBA Data[Home] [Help]

APPS.AME_ATR_UPD dependencies on AME_ATR_UPD

Line 1: Package Body ame_atr_upd as

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

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

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

Line 170: ame_atr_upd.dt_update_dml

166: --
167: Begin
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: ame_atr_upd.dt_update_dml
171: (p_rec => p_rec
172: ,p_effective_date => p_effective_date
173: ,p_datetrack_mode => p_datetrack_mode
174: ,p_validation_start_date => p_validation_start_date

Line 567: ame_atr_upd.convert_defs(p_rec);

563: -- derive the full record structure values to be updated.
564: --
565: -- 2. Call the supporting update validate operations.
566: --
567: ame_atr_upd.convert_defs(p_rec);
568: --
569: ame_atr_bus.update_validate
570: (p_rec => p_rec
571: ,p_effective_date => p_effective_date

Line 661: ame_atr_upd.upd

657: -- Having converted the arguments into the
658: -- plsql record structure we call the corresponding record
659: -- business process.
660: --
661: ame_atr_upd.upd
662: (p_effective_date
663: ,p_datetrack_mode
664: ,l_rec
665: );

Line 677: end ame_atr_upd;

673: --
674: hr_utility.set_location(' Leaving:'||l_proc, 10);
675: End upd;
676: --
677: end ame_atr_upd;