DBA Data[Home] [Help]

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

185: p_rec.effective_start_date := p_validation_start_date;
186: p_rec.effective_end_date := p_validation_end_date;
187: End If;
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 15);
190: Exception
191: When hr_api.check_integrity_violated Then
192: -- A check constraint has been violated
193: pay_etp_shd_nd.g_api_dml := false; -- Unset the api dml status

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

244: --
245: l_proc varchar2(72) := g_package||'update_dml';
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: pay_etp_upd_nd.dt_update_dml
251: (p_rec => p_rec
252: ,p_effective_date => p_effective_date

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

254: ,p_validation_start_date => p_validation_start_date
255: ,p_validation_end_date => p_validation_end_date
256: );
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End update_dml;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |----------------------------< dt_pre_update >-----------------------------|

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

312: l_proc varchar2(72) := g_package||'dt_pre_update';
313: l_dummy_version_number number;
314: --
315: Begin
316: hr_utility.set_location('Entering:'||l_proc, 5);
317: If (p_datetrack_mode <> hr_api.g_correction) then
318: --
319: -- Update the current effective end date
320: --

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

350: ,p_validation_start_date => p_validation_start_date
351: ,p_validation_end_date => p_validation_end_date
352: );
353: End If;
354: hr_utility.set_location(' Leaving:'||l_proc, 20);
355: End dt_pre_update;
356: --
357: -- ----------------------------------------------------------------------------
358: -- |------------------------------< pre_update >------------------------------|

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

396: --
397: l_proc varchar2(72) := g_package||'pre_update';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: --
403: -- Insert the comment text if comments exist
404: --

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

423: ,p_validation_start_date => p_validation_start_date
424: ,p_validation_end_date => p_validation_end_date
425: );
426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: End pre_update;
429: --
430: -- ----------------------------------------------------------------------------
431: -- |----------------------------< post_update >-------------------------------|

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

469: --
470: l_proc varchar2(72) := g_package||'post_update';
471: --
472: Begin
473: hr_utility.set_location('Entering:'||l_proc, 5);
474: begin
475: --
476: pay_etp_rku.after_update
477: (p_effective_date

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

863: ,p_hook_type => 'AU');
864: --
865: end;
866: --
867: hr_utility.set_location(' Leaving:'||l_proc, 10);
868: End post_update;
869: --
870: -- ----------------------------------------------------------------------------
871: -- |-----------------------------< convert_defs >-----------------------------|

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

1287: l_validation_end_date date;
1288: l_processing_priority_warning boolean;
1289: --
1290: Begin
1291: hr_utility.set_location('Entering:'||l_proc, 5);
1292: --
1293: -- Ensure that the DateTrack update mode is valid
1294: --
1295: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

1466: l_proc varchar2(72) := g_package||'upd';
1467: l_processing_priority_warning boolean;
1468: --
1469: Begin
1470: hr_utility.set_location('Entering:'||l_proc, 5);
1471: --
1472: -- Call conversion function to turn arguments into the
1473: -- l_rec structure.
1474: --

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

1585: p_effective_end_date := l_rec.effective_end_date;
1586: p_comment_id := l_rec.comment_id;
1587: p_processing_priority_warning := l_processing_priority_warning;
1588: --
1589: hr_utility.set_location(' Leaving:'||l_proc, 10);
1590: End upd;
1591: --
1592: end pay_etp_upd_nd;