DBA Data[Home] [Help]

APPS.AME_RUL_UPD dependencies on AME_RUL_UPD

Line 1: Package Body ame_rul_upd as

1: Package Body ame_rul_upd as
2: /* $Header: amrulrhi.pkb 120.6 2006/02/14 01:23 vboggava noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 169: ame_rul_upd.dt_update_dml

165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: ame_rul_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 574: ame_rul_upd.convert_defs(p_rec);

570: -- derive the full record structure values to be updated.
571: --
572: -- 2. Call the supporting update validate operations.
573: --
574: ame_rul_upd.convert_defs(p_rec);
575: --
576: -- Make sure that the Rule start_date and end_date are correct
577: --
578: -- p_validation_start_date is sysdate, so if the start_date is greater

Line 687: ame_rul_upd.upd

683: -- Having converted the arguments into the
684: -- plsql record structure we call the corresponding record
685: -- business process.
686: --
687: ame_rul_upd.upd
688: (p_effective_date
689: ,p_datetrack_mode
690: ,l_rec
691: );

Line 703: end ame_rul_upd;

699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 10);
701: End upd;
702: --
703: end ame_rul_upd;