DBA Data[Home] [Help]

APPS.AME_ACU_UPD dependencies on AME_ACU_UPD

Line 1: Package Body ame_acu_upd as

1: Package Body ame_acu_upd as
2: /* $Header: amacurhi.pkb 120.4 2005/11/22 03:13 santosin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 166: ame_acu_upd.dt_update_dml

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

Line 521: ame_acu_upd.convert_defs(p_rec);

517: -- derive the full record structure values to be updated.
518: --
519: -- 2. Call the supporting update validate operations.
520: --
521: ame_acu_upd.convert_defs(p_rec);
522: --
523: -- Make sure that the Rule start_date and end_date are correct
524: --
525: -- p_validation_start_date is sysdate, so if the start_date is greater

Line 620: ame_acu_upd.upd

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

Line 636: end ame_acu_upd;

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