DBA Data[Home] [Help]

APPS.AME_ITU_UPD dependencies on AME_ITU_UPD

Line 1: Package Body ame_itu_upd as

1: Package Body ame_itu_upd as
2: /* $Header: amiturhi.pkb 120.6 2006/10/05 16:11:40 pvelugul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 170: ame_itu_upd.dt_update_dml

166: --
167: Begin
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: ame_itu_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 529: ame_itu_upd.convert_defs(p_rec);

525: -- derive the full record structure values to be updated.
526: --
527: -- 2. Call the supporting update validate operations.
528: --
529: ame_itu_upd.convert_defs(p_rec);
530: --
531: ame_itu_bus.update_validate
532: (p_rec => p_rec
533: ,p_effective_date => p_effective_date

Line 619: ame_itu_upd.upd

615: -- Having converted the arguments into the
616: -- plsql record structure we call the corresponding record
617: -- business process.
618: --
619: ame_itu_upd.upd
620: (p_effective_date
621: ,p_datetrack_mode
622: ,l_rec
623: );

Line 635: end ame_itu_upd;

631: --
632: hr_utility.set_location(' Leaving:'||l_proc, 10);
633: End upd;
634: --
635: end ame_itu_upd;