DBA Data[Home] [Help]

APPS.AME_ITC_UPD dependencies on AME_ITC_UPD

Line 1: Package Body ame_itc_upd as

1: Package Body ame_itc_upd as
2: /* $Header: amitcrhi.pkb 120.2 2005/11/22 03:17 santosin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 160: ame_itc_upd.dt_update_dml

156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --
160: ame_itc_upd.dt_update_dml
161: (p_rec => p_rec
162: ,p_effective_date => p_effective_date
163: ,p_datetrack_mode => p_datetrack_mode
164: ,p_validation_start_date => p_validation_start_date

Line 498: ame_itc_upd.convert_defs(p_rec);

494: -- derive the full record structure values to be updated.
495: --
496: -- 2. Call the supporting update validate operations.
497: --
498: ame_itc_upd.convert_defs(p_rec);
499: --
500: ame_itc_bus.update_validate
501: (p_rec => p_rec
502: ,p_effective_date => p_effective_date

Line 580: ame_itc_upd.upd

576: -- Having converted the arguments into the
577: -- plsql record structure we call the corresponding record
578: -- business process.
579: --
580: ame_itc_upd.upd
581: (p_effective_date
582: ,p_datetrack_mode
583: ,l_rec
584: );

Line 596: end ame_itc_upd;

592: --
593: hr_utility.set_location(' Leaving:'||l_proc, 10);
594: End upd;
595: --
596: end ame_itc_upd;