DBA Data[Home] [Help]

APPS.PSP_PEE_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

104: where external_effort_line_id = p_rec.external_effort_line_id;
105: --
106: --
107: --
108: hr_utility.set_location(' Leaving:'||l_proc, 10);
109: --
110: Exception
111: When hr_api.check_integrity_violated Then
112: -- A check constraint has been violated

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

166: --
167: l_proc varchar2(72) := g_package||'pre_update';
168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 10);
173: End pre_update;
174: --

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

168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 10);
173: End pre_update;
174: --
175: -- ----------------------------------------------------------------------------
176: -- |-----------------------------< post_update >------------------------------|

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

210: --
211: l_proc varchar2(72) := g_package||'post_update';
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: begin
216: --
217: psp_pee_rku.after_update
218: (p_external_effort_line_id

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

352: ,p_hook_type => 'AU');
353: --
354: end;
355: --
356: hr_utility.set_location(' Leaving:'||l_proc, 10);
357: End post_update;
358: --
359: -- ----------------------------------------------------------------------------
360: -- |-----------------------------< convert_defs >-----------------------------|

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

542: --
543: l_proc varchar2(72) := g_package||'upd';
544: --
545: Begin
546: hr_utility.set_location('Entering:'||l_proc, 5);
547: --
548: -- We must lock the row which we need to update.
549: --
550: psp_pee_shd.lck

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

625: l_rec psp_pee_shd.g_rec_type;
626: l_proc varchar2(72) := g_package||'upd';
627: --
628: Begin
629: hr_utility.set_location('Entering:'||l_proc, 5);
630: --
631: -- Call conversion function to turn arguments into the
632: -- l_rec structure.
633: --

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

675: (l_rec
676: );
677: p_object_version_number := l_rec.object_version_number;
678: --
679: hr_utility.set_location(' Leaving:'||l_proc, 10);
680: End upd;
681: --
682: end psp_pee_upd;