DBA Data[Home] [Help]

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

105: p_rec.effective_start_date := p_validation_start_date;
106: p_rec.effective_end_date := p_validation_end_date;
107: End If;
108: --
109: hr_utility.set_location(' Leaving:'||l_proc, 15);
110: Exception
111: When hr_api.check_integrity_violated Then
112: -- A check constraint has been violated
113: pay_pur_shd.g_api_dml := false; -- Unset the api dml status

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

164: --
165: l_proc varchar2(72) := g_package||'update_dml';
166: --
167: Begin
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: pay_pur_upd.dt_update_dml
171: (p_rec => p_rec
172: ,p_effective_date => p_effective_date

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

174: ,p_validation_start_date => p_validation_start_date
175: ,p_validation_end_date => p_validation_end_date
176: );
177: --
178: hr_utility.set_location(' Leaving:'||l_proc, 10);
179: End update_dml;
180: --
181: -- ----------------------------------------------------------------------------
182: -- |----------------------------< dt_pre_update >-----------------------------|

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

232: l_proc varchar2(72) := g_package||'dt_pre_update';
233: l_dummy_version_number number;
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: If (p_datetrack_mode <> hr_api.g_correction) then
238: --
239: -- Update the current effective end date
240: --

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

270: ,p_validation_start_date => p_validation_start_date
271: ,p_validation_end_date => p_validation_end_date
272: );
273: End If;
274: hr_utility.set_location(' Leaving:'||l_proc, 20);
275: End dt_pre_update;
276: --
277: -- ----------------------------------------------------------------------------
278: -- |------------------------------< pre_update >------------------------------|

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

316: --
317: l_proc varchar2(72) := g_package||'pre_update';
318: --
319: Begin
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: --
323: --
324: dt_pre_update

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

328: ,p_validation_start_date => p_validation_start_date
329: ,p_validation_end_date => p_validation_end_date
330: );
331: --
332: hr_utility.set_location(' Leaving:'||l_proc, 10);
333: End pre_update;
334: --
335: -- ----------------------------------------------------------------------------
336: -- |----------------------------< post_update >-------------------------------|

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

376: --
377: l_proc varchar2(72) := g_package||'post_update';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);
381: begin
382: --
383: pay_pur_rku.after_update
384: (p_effective_date

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

436: ,p_hook_type => 'AU');
437: --
438: end;
439: --
440: hr_utility.set_location(' Leaving:'||l_proc, 10);
441: End post_update;
442: --
443: -- ----------------------------------------------------------------------------
444: -- |-----------------------------< convert_defs >-----------------------------|

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

536: l_validation_start_date date;
537: l_validation_end_date date;
538: --
539: Begin
540: hr_utility.set_location('Entering:'||l_proc, 5);
541: --
542: -- Ensure that the DateTrack update mode is valid
543: --
544: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

631: l_rec pay_pur_shd.g_rec_type;
632: l_proc varchar2(72) := g_package||'upd';
633: --
634: Begin
635: hr_utility.set_location('Entering:'||l_proc, 5);
636: --
637: -- Call conversion function to turn arguments into the
638: -- l_rec structure.
639: --

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

669: p_effective_start_date := l_rec.effective_start_date;
670: p_effective_end_date := l_rec.effective_end_date;
671: --
672: --
673: hr_utility.set_location(' Leaving:'||l_proc, 10);
674: End upd;
675: --
676: end pay_pur_upd;