DBA Data[Home] [Help]

APPS.AME_ACF_UPD dependencies on AME_ACF_UPD

Line 1: Package Body ame_acf_upd as

1: Package Body ame_acf_upd as
2: /* $Header: amacfrhi.pkb 120.5 2006/12/23 12:19:44 avarri noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 169: ame_acf_upd.dt_update_dml

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

Line 540: ame_acf_upd.convert_defs(p_rec);

536: -- derive the full record structure values to be updated.
537: --
538: -- 2. Call the supporting update validate operations.
539: --
540: ame_acf_upd.convert_defs(p_rec);
541: --
542: ame_acf_bus.update_validate
543: (p_rec => p_rec
544: ,p_effective_date => p_effective_date

Line 628: ame_acf_upd.upd

624: -- Having converted the arguments into the
625: -- plsql record structure we call the corresponding record
626: -- business process.
627: --
628: ame_acf_upd.upd
629: (p_effective_date
630: ,p_datetrack_mode
631: ,l_rec
632: );

Line 644: end ame_acf_upd;

640: --
641: hr_utility.set_location(' Leaving:'||l_proc, 10);
642: End upd;
643: --
644: end ame_acf_upd;