DBA Data[Home] [Help]

APPS.PER_REI_UPD dependencies on HR_UTILITY

Line 68: hr_utility.set_location('Entering:'||l_proc, 5);

64: --
65: l_proc varchar2(72) := g_package||'dt_update_dml';
66: --
67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --

Line 71: hr_utility.set_location(l_proc, 10);

67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --
73: -- Because we are updating a row we must get the next object
74: -- version number.
75: --

Line 161: hr_utility.set_location(' Leaving:'||l_proc, 15);

157: p_rec.effective_start_date := p_validation_start_date;
158: p_rec.effective_end_date := p_validation_end_date;
159: End If;
160: --
161: hr_utility.set_location(' Leaving:'||l_proc, 15);
162: Exception
163: When hr_api.check_integrity_violated Then
164: -- A check constraint has been violated
165: per_rei_shd.g_api_dml := false; -- Unset the api dml status

Line 220: hr_utility.set_location('Entering:'||l_proc, 5);

216: --
217: l_proc varchar2(72) := g_package||'update_dml';
218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: per_rei_upd.dt_update_dml
223: (p_rec => p_rec
224: ,p_effective_date => p_effective_date

Line 230: hr_utility.set_location(' Leaving:'||l_proc, 10);

226: ,p_validation_start_date => p_validation_start_date
227: ,p_validation_end_date => p_validation_end_date
228: );
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: End update_dml;
232: --
233: -- ----------------------------------------------------------------------------
234: -- |----------------------------< dt_pre_update >-----------------------------|

Line 288: hr_utility.set_location('Entering:'||l_proc, 5);

284: l_proc varchar2(72) := g_package||'dt_pre_update';
285: l_dummy_version_number number;
286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: If (p_datetrack_mode <> hr_api.g_correction) then
290: --
291: -- Update the current effective end date
292: --

Line 326: hr_utility.set_location(' Leaving:'||l_proc, 20);

322: ,p_validation_start_date => p_validation_start_date
323: ,p_validation_end_date => p_validation_end_date
324: );
325: End If;
326: hr_utility.set_location(' Leaving:'||l_proc, 20);
327: End dt_pre_update;
328: --
329: -- ----------------------------------------------------------------------------
330: -- |------------------------------< pre_update >------------------------------|

Line 372: hr_utility.set_location('Entering:'||l_proc, 5);

368: --
369: l_proc varchar2(72) := g_package||'pre_update';
370: --
371: Begin
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: --
375: --
376: dt_pre_update

Line 384: hr_utility.set_location(' Leaving:'||l_proc, 10);

380: ,p_validation_start_date => p_validation_start_date
381: ,p_validation_end_date => p_validation_end_date
382: );
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End pre_update;
386: --
387: -- ----------------------------------------------------------------------------
388: -- |----------------------------< post_update >-------------------------------|

Line 430: hr_utility.set_location('Entering:'||l_proc, 5);

426: --
427: l_proc varchar2(72) := g_package||'post_update';
428: --
429: Begin
430: hr_utility.set_location('Entering:'||l_proc, 5);
431: begin
432: --
433: per_rei_rku.after_update
434: (p_effective_date

Line 700: hr_utility.set_location(' Leaving:'||l_proc, 10);

696: ,p_hook_type => 'AU');
697: --
698: end;
699: --
700: hr_utility.set_location(' Leaving:'||l_proc, 10);
701: End post_update;
702: --
703: -- ----------------------------------------------------------------------------
704: -- |-----------------------------< convert_defs >-----------------------------|

Line 1006: hr_utility.set_location('Entering:'||l_proc, 5);

1002: l_validation_start_date date;
1003: l_validation_end_date date;
1004: --
1005: Begin
1006: hr_utility.set_location('Entering:'||l_proc, 5);
1007: --
1008: -- Ensure that the DateTrack update mode is valid
1009: --
1010: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

Line 1150: hr_utility.set_location('Entering:'||l_proc, 5);

1146: l_rec per_rei_shd.g_rec_type;
1147: l_proc varchar2(72) := g_package||'upd';
1148: --
1149: Begin
1150: hr_utility.set_location('Entering:'||l_proc, 5);
1151: --
1152: -- Call conversion function to turn arguments into the
1153: -- l_rec structure.
1154: --

Line 1238: hr_utility.set_location(' Leaving:'||l_proc, 10);

1234: p_effective_start_date := l_rec.effective_start_date;
1235: p_effective_end_date := l_rec.effective_end_date;
1236: --
1237: --
1238: hr_utility.set_location(' Leaving:'||l_proc, 10);
1239: End upd;
1240: --
1241: end per_rei_upd;