DBA Data[Home] [Help]

APPS.AME_GCF_UPD dependencies on AME_GCF_UPD

Line 1: Package Body ame_gcf_upd as

1: Package Body ame_gcf_upd as
2: /* $Header: amgcfrhi.pkb 120.5 2006/10/05 16:08:09 pvelugul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 168: ame_gcf_upd.dt_update_dml

164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: ame_gcf_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 529: ame_gcf_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_gcf_upd.convert_defs(p_rec);
530: --
531: ame_gcf_bus.update_validate
532: (p_rec => p_rec
533: ,p_effective_date => p_effective_date

Line 615: ame_gcf_upd.upd

611: -- Having converted the arguments into the
612: -- plsql record structure we call the corresponding record
613: -- business process.
614: --
615: ame_gcf_upd.upd
616: (p_effective_date
617: ,p_datetrack_mode
618: ,l_rec
619: );

Line 631: end ame_gcf_upd;

627: --
628: hr_utility.set_location(' Leaving:'||l_proc, 10);
629: End upd;
630: --
631: end ame_gcf_upd;