DBA Data[Home] [Help]

APPS.HR_CNP_INS dependencies on HR_UTILITY

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

56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --
59: Begin
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: p_rec.object_version_number := 1;
62: --
63: --
64: -- Added the following code as a part of Zero Downtime Patching Project.

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

167: );
168: --
169: --
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: Exception
173: When hr_api.check_integrity_violated Then
174: -- A check constraint has been violated
175: --

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

235: --
236: Cursor C_Sel1 is select hr_canvas_properties_s.nextval from sys.dual;
237: --
238: Begin
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: --
242: -- Select the next sequence number
243: --

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

244: Open C_Sel1;
245: Fetch C_Sel1 Into p_rec.canvas_property_id;
246: Close C_Sel1;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 10);
249: End pre_insert;
250: --
251: -- ----------------------------------------------------------------------------
252: -- |-----------------------------< post_insert >------------------------------|

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

287: --
288: l_proc varchar2(72) := g_package||'post_insert';
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: begin
293: --
294: hr_cnp_rki.after_insert
295: (p_effective_date => p_effective_date

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

344: ,p_hook_type => 'AI');
345: --
346: end;
347: --
348: hr_utility.set_location(' Leaving:'||l_proc, 10);
349: End post_insert;
350: --
351: -- ----------------------------------------------------------------------------
352: -- |---------------------------------< ins >----------------------------------|

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

358: --
359: l_proc varchar2(72) := g_package||'ins';
360: --
361: Begin
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: --
364: -- Call the supporting insert validate operations
365: --
366: hr_cnp_bus.insert_validate

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

382: (p_effective_date
383: ,p_rec
384: );
385: --
386: hr_utility.set_location('Leaving:'||l_proc, 20);
387: end ins;
388: --
389: -- ----------------------------------------------------------------------------
390: -- |---------------------------------< ins >----------------------------------|

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

436: l_rec hr_cnp_shd.g_rec_type;
437: l_proc varchar2(72) := g_package||'ins';
438: --
439: Begin
440: hr_utility.set_location('Entering:'||l_proc, 5);
441: --
442: -- Call conversion function to turn arguments into the
443: -- p_rec structure.
444: --

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

499: --
500: p_canvas_property_id := l_rec.canvas_property_id;
501: p_object_version_number := l_rec.object_version_number;
502: --
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: End ins;
505: --
506: end hr_cnp_ins;