DBA Data[Home] [Help]

APPS.HR_WNP_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: --
62: --
63: --
64: --

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

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

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

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

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

247: Open C_Sel1;
248: Fetch C_Sel1 Into p_rec.window_property_id;
249: Close C_Sel1;
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End pre_insert;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |-----------------------------< post_insert >------------------------------|

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

289: --
290: l_proc varchar2(72) := g_package||'post_insert';
291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: begin
295: --
296: hr_wnp_rki.after_insert
297: (p_window_property_id

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

381: ,p_hook_type => 'AI');
382: --
383: end;
384: --
385: hr_utility.set_location(' Leaving:'||l_proc, 10);
386: End post_insert;
387: --
388: -- ----------------------------------------------------------------------------
389: -- |---------------------------------< ins >----------------------------------|

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

394: --
395: l_proc varchar2(72) := g_package||'ins';
396: --
397: Begin
398: hr_utility.set_location('Entering:'||l_proc, 5);
399: --
400: -- Call the supporting insert validate operations
401: --
402: hr_wnp_bus.insert_validate

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

416: hr_wnp_ins.post_insert
417: (p_rec
418: );
419: --
420: hr_utility.set_location('Leaving:'||l_proc, 20);
421: end ins;
422: --
423: -- ----------------------------------------------------------------------------
424: -- |---------------------------------< ins >----------------------------------|

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

467: l_rec hr_wnp_shd.g_rec_type;
468: l_proc varchar2(72) := g_package||'ins';
469: --
470: Begin
471: hr_utility.set_location('Entering:'||l_proc, 5);
472: --
473: -- Call conversion function to turn arguments into the
474: -- p_rec structure.
475: --

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

527: --
528: p_window_property_id := l_rec.window_property_id;
529: --
530: --
531: hr_utility.set_location(' Leaving:'||l_proc, 10);
532: End ins;
533: --
534: end hr_wnp_ins;