DBA Data[Home] [Help]

APPS.PAY_ETU_UPD dependencies on PAY_ETU_UPD

Line 1: Package Body pay_etu_upd as

1: Package Body pay_etu_upd as
2: /* $Header: pyeturhi.pkb 120.1 2005/11/08 04:51:49 pgongada noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 170: pay_etu_upd.dt_update_dml

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

Line 554: pay_etu_upd.convert_defs(p_rec);

550: -- derive the full record structure values to be updated.
551: --
552: -- 2. Call the supporting update validate operations.
553: --
554: pay_etu_upd.convert_defs(p_rec);
555: --
556: pay_etu_bus.update_validate
557: (p_rec => p_rec
558: ,p_effective_date => p_effective_date

Line 636: pay_etu_upd.upd

632: -- Having converted the arguments into the
633: -- plsql record structure we call the corresponding record
634: -- business process.
635: --
636: pay_etu_upd.upd
637: (p_effective_date
638: ,p_datetrack_mode
639: ,l_rec
640: );

Line 652: end pay_etu_upd;

648: --
649: hr_utility.set_location(' Leaving:'||l_proc, 10);
650: End upd;
651: --
652: end pay_etu_upd;