DBA Data[Home] [Help]

APPS.PAY_PRT_UPD dependencies on PAY_PRT_UPD

Line 1: Package Body pay_prt_upd as

1: Package Body pay_prt_upd as
2: /* $Header: pyprtrhi.pkb 120.1 2011/03/10 05:48:33 abdash ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 198: pay_prt_upd.dt_update_dml

194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: pay_prt_upd.dt_update_dml
199: (p_rec => p_rec
200: ,p_effective_date => p_effective_date
201: ,p_datetrack_mode => p_datetrack_mode
202: ,p_validation_start_date => p_validation_start_date

Line 832: pay_prt_upd.convert_defs(p_rec);

828: -- derive the full record structure values to be updated.
829: --
830: -- 2. Call the supporting update validate operations.
831: --
832: pay_prt_upd.convert_defs(p_rec);
833: --
834: pay_prt_bus.update_validate
835: (p_rec => p_rec
836: ,p_effective_date => p_effective_date

Line 977: pay_prt_upd.upd

973: -- Having converted the arguments into the
974: -- plsql record structure we call the corresponding record
975: -- business process.
976: --
977: pay_prt_upd.upd
978: (p_effective_date
979: ,p_datetrack_mode
980: ,l_rec
981: );

Line 993: end pay_prt_upd;

989: --
990: hr_utility.set_location(' Leaving:'||l_proc, 10);
991: End upd;
992: --
993: end pay_prt_upd;