DBA Data[Home] [Help]

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

134: p_rec.effective_start_date := p_validation_start_date;
135: p_rec.effective_end_date := p_validation_end_date;
136: End If;
137: --
138: hr_utility.set_location(' Leaving:'||l_proc, 15);
139: Exception
140: When hr_api.check_integrity_violated Then
141: -- A check constraint has been violated
142: pay_pel_shd.g_api_dml := false; -- Unset the api dml status

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

193: --
194: l_proc varchar2(72) := g_package||'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

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

203: ,p_validation_start_date => p_validation_start_date
204: ,p_validation_end_date => p_validation_end_date
205: );
206: --
207: hr_utility.set_location(' Leaving:'||l_proc, 10);
208: End update_dml;
209: --
210: -- ----------------------------------------------------------------------------
211: -- |----------------------------< dt_pre_update >-----------------------------|

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

261: l_proc varchar2(72) := g_package||'dt_pre_update';
262: l_dummy_version_number number;
263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: If (p_datetrack_mode <> hr_api.g_correction) then
267: --
268: -- Update the current effective end date
269: --

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

300: ,p_validation_start_date => p_validation_start_date
301: ,p_validation_end_date => p_validation_end_date
302: );
303: End If;
304: hr_utility.set_location(' Leaving:'||l_proc, 20);
305: End dt_pre_update;
306: --
307: -- ----------------------------------------------------------------------------
308: -- |------------------------------< pre_update >------------------------------|

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

346: --
347: l_proc varchar2(72) := g_package||'pre_update';
348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: --
353: -- Insert the comment text if comments exist
354: --

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

373: ,p_validation_start_date => p_validation_start_date
374: ,p_validation_end_date => p_validation_end_date
375: );
376: --
377: hr_utility.set_location(' Leaving:'||l_proc, 10);
378: End pre_update;
379: --
380: -- ----------------------------------------------------------------------------
381: -- |----------------------------< post_update >-------------------------------|

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

419: --
420: l_proc varchar2(72) := g_package||'post_update';
421: --
422: Begin
423: hr_utility.set_location('Entering:'||l_proc, 5);
424: begin
425: --
426: pay_pel_rku.after_update
427: (p_effective_date

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

637: ,p_hook_type => 'AU');
638: --
639: end;
640: --
641: hr_utility.set_location(' Leaving:'||l_proc, 10);
642: End post_update;
643: --
644: -- ----------------------------------------------------------------------------
645: -- |-----------------------------< convert_defs >-----------------------------|

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

891: l_validation_start_date date;
892: l_validation_end_date date;
893: --
894: Begin
895: hr_utility.set_location('Entering:'||l_proc, 5);
896:
897: p_rec.link_to_all_payrolls_flag := hr_api.g_varchar2;
898: p_rec.payroll_id := hr_api.g_number;
899: p_rec.job_id := hr_api.g_number;

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

1023: l_rec pay_pel_shd.g_rec_type;
1024: l_proc varchar2(72) := g_package||'upd';
1025: --
1026: Begin
1027: hr_utility.set_location('Entering:'||l_proc, 5);
1028: --
1029: -- Call conversion function to turn arguments into the
1030: -- l_rec structure.
1031: --

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

1097: p_object_version_number := l_rec.object_version_number;
1098: p_effective_start_date := l_rec.effective_start_date;
1099: p_effective_end_date := l_rec.effective_end_date;
1100: --
1101: hr_utility.set_location(' Leaving:'||l_proc, 10);
1102: End upd;
1103: --
1104: end pay_pel_upd;