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.6.12020000.2 2013/01/17 09:39:34 sclakkar 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 178: pay_pgr_upd.dt_update_dml

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

Line 633: pay_pgr_upd.convert_defs(p_rec);

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

Line 733: pay_pgr_upd.upd

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

Line 749: end pay_pgr_upd;

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