DBA Data[Home] [Help]

APPS.PAY_SID_UPD dependencies on PAY_SID_UPD

Line 1: Package Body pay_sid_upd as

1: Package Body pay_sid_upd as
2: /* $Header: pysidrhi.pkb 120.1 2005/07/05 06:26:10 vikgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 180: pay_sid_upd.dt_update_dml

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

Line 651: pay_sid_upd.convert_defs(p_rec);

647: -- derive the full record structure values to be updated.
648: --
649: -- 2. Call the supporting update validate operations.
650: --
651: pay_sid_upd.convert_defs(p_rec);
652: --
653: pay_sid_bus.update_validate
654: (p_rec => p_rec
655: ,p_effective_date => p_effective_date

Line 757: pay_sid_upd.upd

753: -- Having converted the arguments into the
754: -- plsql record structure we call the corresponding record
755: -- business process.
756: --
757: pay_sid_upd.upd
758: (p_effective_date
759: ,p_datetrack_mode
760: ,l_rec
761: );

Line 773: end pay_sid_upd;

769: --
770: hr_utility.set_location(' Leaving:'||l_proc, 10);
771: End upd;
772: --
773: end pay_sid_upd;