DBA Data[Home] [Help]

APPS.PAY_ELE_UPD dependencies on PAY_ELE_UPD

Line 1: Package Body pay_ele_upd as

1: Package Body pay_ele_upd as
2: /* $Header: pyelerhi.pkb 120.1 2005/05/30 05:19:19 rajeesha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 205: pay_ele_upd.dt_update_dml

201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: pay_ele_upd.dt_update_dml
206: (p_rec => p_rec
207: ,p_effective_date => p_effective_date
208: ,p_datetrack_mode => p_datetrack_mode
209: ,p_validation_start_date => p_validation_start_date

Line 957: pay_ele_upd.convert_defs(p_rec);

953: -- derive the full record structure values to be updated.
954: --
955: -- 2. Call the supporting update validate operations.
956: --
957: pay_ele_upd.convert_defs(p_rec);
958: --
959: pay_ele_bus.update_validate
960: (p_rec => p_rec
961: ,p_effective_date => p_effective_date

Line 1111: pay_ele_upd.upd

1107: -- Having converted the arguments into the
1108: -- plsql record structure we call the corresponding record
1109: -- business process.
1110: --
1111: pay_ele_upd.upd
1112: (p_effective_date
1113: ,p_datetrack_mode
1114: ,l_rec
1115: );

Line 1127: end pay_ele_upd;

1123: --
1124: hr_utility.set_location(' Leaving:'||l_proc, 10);
1125: End upd;
1126: --
1127: end pay_ele_upd;