DBA Data[Home] [Help]

APPS.PAY_PGR_UPD dependencies on PAY_PGR_UPD

Line 1: Package Body pay_pgr_upd as

1: Package Body pay_pgr_upd as
2: /* $Header: pypgrrhi.pkb 120.5.12010000.2 2008/08/06 08:12:15 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 177: pay_pgr_upd.dt_update_dml

173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: pay_pgr_upd.dt_update_dml
178: (p_rec => p_rec
179: ,p_effective_date => p_effective_date
180: ,p_datetrack_mode => p_datetrack_mode
181: ,p_validation_start_date => p_validation_start_date

Line 632: pay_pgr_upd.convert_defs(p_rec);

628: -- derive the full record structure values to be updated.
629: --
630: -- 2. Call the supporting update validate operations.
631: --
632: pay_pgr_upd.convert_defs(p_rec);
633: --
634: pay_pgr_bus.update_validate
635: (p_rec => p_rec
636: ,p_effective_date => p_effective_date

Line 732: pay_pgr_upd.upd

728: -- Having converted the arguments into the
729: -- plsql record structure we call the corresponding record
730: -- business process.
731: --
732: pay_pgr_upd.upd
733: (p_effective_date
734: ,p_datetrack_mode
735: ,l_rec
736: );

Line 748: end pay_pgr_upd;

744: --
745: hr_utility.set_location(' Leaving:'||l_proc, 10);
746: End upd;
747: --
748: end pay_pgr_upd;