DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1297: l_validation_end_date date;
1298: l_processing_priority_warning boolean;
1299: --
1300: Begin
1301: hr_utility.set_location('Entering:'||l_proc, 5);
1302:
1303: --
1304: -- Ensure that the DateTrack update mode is valid
1305: --

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

1479: l_proc varchar2(72) := g_package||'upd';
1480: l_processing_priority_warning boolean;
1481: --
1482: Begin
1483: hr_utility.set_location('Entering:'||l_proc, 5);
1484: --
1485: -- Call conversion function to turn arguments into the
1486: -- l_rec structure.
1487: --

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

1600: p_effective_end_date := l_rec.effective_end_date;
1601: p_comment_id := l_rec.comment_id;
1602: p_processing_priority_warning := l_processing_priority_warning;
1603: --
1604: hr_utility.set_location(' Leaving:'||l_proc, 10);
1605: End upd;
1606: --
1607: end pay_etp_upd;