DBA Data[Home] [Help]

APPS.HR_CLE_UPD dependencies on HR_CLE_UPD

Line 1: Package Body hr_cle_upd as

1: Package Body hr_cle_upd as
2: /* $Header: hrclerhi.pkb 115.6 2002/12/03 09:27:16 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 214: hr_cle_upd.dt_update_dml

210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: hr_cle_upd.dt_update_dml
215: (p_rec => p_rec
216: ,p_effective_date => p_effective_date
217: ,p_datetrack_mode => p_datetrack_mode
218: ,p_validation_start_date => p_validation_start_date

Line 958: hr_cle_upd.convert_defs(p_rec);

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

Line 1132: hr_cle_upd.upd

1128: -- Having converted the arguments into the
1129: -- plsql record structure we call the corresponding record
1130: -- business process.
1131: --
1132: hr_cle_upd.upd
1133: (p_effective_date
1134: ,p_datetrack_mode
1135: ,l_rec
1136: );

Line 1148: end hr_cle_upd;

1144: --
1145: hr_utility.set_location(' Leaving:'||l_proc, 10);
1146: End upd;
1147: --
1148: end hr_cle_upd;