DBA Data[Home] [Help]

APPS.AME_GPI_UPD dependencies on AME_GPI_UPD

Line 1: Package Body ame_gpi_upd as

1: Package Body ame_gpi_upd as
2: /* $Header: amgpirhi.pkb 120.4 2006/03/01 03:10 pvelugul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 168: ame_gpi_upd.dt_update_dml

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

Line 549: ame_gpi_upd.convert_defs(p_rec);

545: -- derive the full record structure values to be updated.
546: --
547: -- 2. Call the supporting update validate operations.
548: --
549: ame_gpi_upd.convert_defs(p_rec);
550: --
551: ame_gpi_bus.update_validate
552: (p_rec => p_rec
553: ,p_effective_date => p_effective_date

Line 639: ame_gpi_upd.upd

635: -- Having converted the arguments into the
636: -- plsql record structure we call the corresponding record
637: -- business process.
638: --
639: ame_gpi_upd.upd
640: (p_effective_date
641: ,p_datetrack_mode
642: ,l_rec
643: );

Line 655: end ame_gpi_upd;

651: --
652: hr_utility.set_location(' Leaving:'||l_proc, 10);
653: End upd;
654: --
655: end ame_gpi_upd;