DBA Data[Home] [Help]

APPS.PAY_PUR_UPD dependencies on PAY_PUR_UPD

Line 1: Package Body pay_pur_upd as

1: Package Body pay_pur_upd as
2: /* $Header: pypurrhi.pkb 120.1 2005/10/26 23:17 shisriva noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 170: pay_pur_upd.dt_update_dml

166: --
167: Begin
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: pay_pur_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 563: pay_pur_upd.convert_defs(p_rec);

559: -- derive the full record structure values to be updated.
560: --
561: -- 2. Call the supporting update validate operations.
562: --
563: pay_pur_upd.convert_defs(p_rec);
564: --
565: pay_pur_bus.update_validate
566: (p_rec => p_rec
567: ,p_effective_date => p_effective_date

Line 658: pay_pur_upd.upd

654: -- Having converted the arguments into the
655: -- plsql record structure we call the corresponding record
656: -- business process.
657: --
658: pay_pur_upd.upd
659: (p_effective_date
660: ,p_datetrack_mode
661: ,l_rec
662: ,p_disable_units_check

Line 676: end pay_pur_upd;

672: --
673: hr_utility.set_location(' Leaving:'||l_proc, 10);
674: End upd;
675: --
676: end pay_pur_upd;