DBA Data[Home] [Help]

APPS.PAY_PEL_UPD dependencies on PAY_PEL_UPD

Line 1: Package Body pay_pel_upd as

1: Package Body pay_pel_upd as
2: /* $Header: pypelrhi.pkb 120.7.12010000.3 2008/10/03 08:41:56 ankagarw ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 199: pay_pel_upd.dt_update_dml

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

Line 929: pay_pel_upd.convert_defs(p_rec);

925: -- derive the full record structure values to be updated.
926: --
927: -- 2. Call the supporting update validate operations.
928: --
929: pay_pel_upd.convert_defs(p_rec);
930: --
931: pay_pel_bus.update_validate
932: (p_rec => p_rec
933: ,p_effective_date => p_effective_date

Line 1089: pay_pel_upd.upd

1085: -- Having converted the arguments into the
1086: -- plsql record structure we call the corresponding record
1087: -- business process.
1088: --
1089: pay_pel_upd.upd
1090: (p_effective_date
1091: ,p_datetrack_mode
1092: ,l_rec
1093: );

Line 1104: end pay_pel_upd;

1100: --
1101: hr_utility.set_location(' Leaving:'||l_proc, 10);
1102: End upd;
1103: --
1104: end pay_pel_upd;