DBA Data[Home] [Help]

APPS.PAY_UCI_UPD dependencies on PAY_UCI_UPD

Line 1: Package Body pay_uci_upd as

1: Package Body pay_uci_upd as
2: /* $Header: pyucirhi.pkb 115.0 2003/09/23 07:31 tvankayl noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 169: pay_uci_upd.dt_update_dml

165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: pay_uci_upd.dt_update_dml
170: (p_rec => p_rec
171: ,p_effective_date => p_effective_date
172: ,p_datetrack_mode => p_datetrack_mode
173: ,p_validation_start_date => p_validation_start_date

Line 544: pay_uci_upd.convert_defs(p_rec);

540: -- derive the full record structure values to be updated.
541: --
542: -- 2. Call the supporting update validate operations.
543: --
544: pay_uci_upd.convert_defs(p_rec);
545: --
546: pay_uci_bus.update_validate
547: (p_rec => p_rec
548: ,p_effective_date => p_effective_date

Line 630: pay_uci_upd.upd

626: -- Having converted the arguments into the
627: -- plsql record structure we call the corresponding record
628: -- business process.
629: --
630: pay_uci_upd.upd
631: (p_effective_date
632: ,p_datetrack_mode
633: ,l_rec
634: );

Line 646: end pay_uci_upd;

642: --
643: hr_utility.set_location(' Leaving:'||l_proc, 10);
644: End upd;
645: --
646: end pay_uci_upd;