DBA Data[Home] [Help]

APPS.PAY_OPM_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 157: hr_utility.set_location(' Leaving:'||l_proc, 15);

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

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

212: --
213: l_proc varchar2(72) := g_package||'update_dml';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: pay_opm_upd.dt_update_dml
219: (p_rec => p_rec
220: ,p_effective_date => p_effective_date

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

222: ,p_validation_start_date => p_validation_start_date
223: ,p_validation_end_date => p_validation_end_date
224: );
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End update_dml;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |----------------------------< dt_pre_update >-----------------------------|

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

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

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

318: ,p_validation_start_date => p_validation_start_date
319: ,p_validation_end_date => p_validation_end_date
320: );
321: End If;
322: hr_utility.set_location(' Leaving:'||l_proc, 20);
323: End dt_pre_update;
324: --
325: -- ----------------------------------------------------------------------------
326: -- |------------------------------< pre_update >------------------------------|

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

365: --
366: l_proc varchar2(72) := g_package||'pre_update';
367: --
368: Begin
369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: --
372: -- Insert the comment text if comments exist
373: --

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

392: ,p_validation_start_date => p_validation_start_date
393: ,p_validation_end_date => p_validation_end_date
394: );
395: --
396: hr_utility.set_location(' Leaving:'||l_proc, 10);
397: End pre_update;
398: --
399: -- ----------------------------------------------------------------------------
400: -- |----------------------------< post_update >-------------------------------|

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

438: --
439: l_proc varchar2(72) := g_package||'post_update';
440: --
441: Begin
442: hr_utility.set_location('Entering:'||l_proc, 5);
443: begin
444: --
445: pay_opm_rku.after_update
446: (p_effective_date

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

688: ,p_hook_type => 'AU');
689: --
690: end;
691: --
692: hr_utility.set_location(' Leaving:'||l_proc, 10);
693: End post_update;
694: --
695: -- ----------------------------------------------------------------------------
696: -- |-----------------------------< convert_defs >-----------------------------|

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

982: l_validation_start_date date;
983: l_validation_end_date date;
984: --
985: Begin
986: hr_utility.set_location('Entering:'||l_proc, 5);
987: --
988: -- Ensure that the DateTrack update mode is valid
989: --
990: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1113: l_rec pay_opm_shd.g_rec_type;
1114: l_proc varchar2(72) := g_package||'upd';
1115: --
1116: Begin
1117: hr_utility.set_location('Entering:'||l_proc, 5);
1118: --
1119: -- Call conversion function to turn arguments into the
1120: -- l_rec structure.
1121: --

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

1198: p_effective_start_date := l_rec.effective_start_date;
1199: p_effective_end_date := l_rec.effective_end_date;
1200: p_comment_id := l_rec.comment_id;
1201: --
1202: hr_utility.set_location(' Leaving:'||l_proc, 10);
1203: End upd;
1204: --
1205: end pay_opm_upd;