DBA Data[Home] [Help]

APPS.PAY_ECU_UPD dependencies on PAY_ECU_UPD

Line 1: Package Body pay_ecu_upd as

1: Package Body pay_ecu_upd as
2: /* $Header: pyecurhi.pkb 120.2 2006/02/06 05:37 pgongada noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 168: pay_ecu_upd.dt_update_dml

164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: pay_ecu_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 543: pay_ecu_upd.convert_defs(p_rec);

539: -- derive the full record structure values to be updated.
540: --
541: -- 2. Call the supporting update validate operations.
542: --
543: pay_ecu_upd.convert_defs(p_rec);
544: --
545: pay_ecu_bus.update_validate
546: (p_rec => p_rec
547: ,p_effective_date => p_effective_date

Line 631: pay_ecu_upd.upd

627: -- Having converted the arguments into the
628: -- plsql record structure we call the corresponding record
629: -- business process.
630: --
631: pay_ecu_upd.upd
632: (p_effective_date
633: ,p_datetrack_mode
634: ,l_rec
635: );

Line 647: end pay_ecu_upd;

643: --
644: hr_utility.set_location(' Leaving:'||l_proc, 10);
645: End upd;
646: --
647: end pay_ecu_upd;