DBA Data[Home] [Help]

APPS.PAY_PSD_UPD dependencies on PAY_PSD_UPD

Line 1: Package Body pay_psd_upd as

1: Package Body pay_psd_upd as
2: /* $Header: pypsdrhi.pkb 120.1 2005/12/08 05:08 ssekhar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 186: pay_psd_upd.dt_update_dml

182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: pay_psd_upd.dt_update_dml
187: (p_rec => p_rec
188: ,p_effective_date => p_effective_date
189: ,p_datetrack_mode => p_datetrack_mode
190: ,p_validation_start_date => p_validation_start_date

Line 699: pay_psd_upd.convert_defs(p_rec);

695: -- derive the full record structure values to be updated.
696: --
697: -- 2. Call the supporting update validate operations.
698: --
699: pay_psd_upd.convert_defs(p_rec);
700: --
701: pay_psd_bus.update_validate
702: (p_rec => p_rec
703: ,p_effective_date => p_effective_date

Line 820: pay_psd_upd.upd

816: -- Having converted the arguments into the
817: -- plsql record structure we call the corresponding record
818: -- business process.
819: --
820: pay_psd_upd.upd
821: (p_effective_date
822: ,p_datetrack_mode
823: ,l_rec
824: );

Line 836: end pay_psd_upd;

832: --
833: hr_utility.set_location(' Leaving:'||l_proc, 10);
834: End upd;
835: --
836: end pay_psd_upd;