DBA Data[Home] [Help]

APPS.PAY_PGA_UPD dependencies on PAY_PGA_UPD

Line 1: Package Body pay_pga_upd as

1: Package Body pay_pga_upd as
2: /* $Header: pypgarhi.pkb 120.0 2005/09/29 10:53 tvankayl noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 171: pay_pga_upd.dt_update_dml

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

Line 511: pay_pga_upd.convert_defs(p_rec);

507: -- derive the full record structure values to be updated.
508: --
509: -- 2. Call the supporting update validate operations.
510: --
511: pay_pga_upd.convert_defs(p_rec);
512: --
513: pay_pga_bus.update_validate
514: (p_rec => p_rec
515: ,p_effective_date => p_effective_date

Line 605: pay_pga_upd.upd

601: -- Having converted the arguments into the
602: -- plsql record structure we call the corresponding record
603: -- business process.
604: --
605: pay_pga_upd.upd
606: (p_effective_date
607: ,p_datetrack_mode
608: ,l_rec
609: );

Line 621: end pay_pga_upd;

617: --
618: hr_utility.set_location(' Leaving:'||l_proc, 10);
619: End upd;
620: --
621: end pay_pga_upd;