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 150: hr_utility.set_location(' Leaving:'||l_proc, 10);

146: );
147: --
148: --
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: --

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

214: --
215: Cursor C_Sel1 is select hr_window_properties_b_s.nextval from sys.dual;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: --
221: -- Select the next sequence number
222: --

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

223: Open C_Sel1;
224: Fetch C_Sel1 Into p_rec.window_property_id;
225: Close C_Sel1;
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End pre_insert;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |-----------------------------< post_insert >------------------------------|

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

265: --
266: l_proc varchar2(72) := g_package||'post_insert';
267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: begin
271: --
272: hr_wnp_rki.after_insert
273: (p_window_property_id

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

357: ,p_hook_type => 'AI');
358: --
359: end;
360: --
361: hr_utility.set_location(' Leaving:'||l_proc, 10);
362: End post_insert;
363: --
364: -- ----------------------------------------------------------------------------
365: -- |---------------------------------< ins >----------------------------------|

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

370: --
371: l_proc varchar2(72) := g_package||'ins';
372: --
373: Begin
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- Call the supporting insert validate operations
377: --
378: hr_wnp_bus.insert_validate

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

392: hr_wnp_ins.post_insert
393: (p_rec
394: );
395: --
396: hr_utility.set_location('Leaving:'||l_proc, 20);
397: end ins;
398: --
399: -- ----------------------------------------------------------------------------
400: -- |---------------------------------< ins >----------------------------------|

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

443: l_rec hr_wnp_shd.g_rec_type;
444: l_proc varchar2(72) := g_package||'ins';
445: --
446: Begin
447: hr_utility.set_location('Entering:'||l_proc, 5);
448: --
449: -- Call conversion function to turn arguments into the
450: -- p_rec structure.
451: --

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

503: --
504: p_window_property_id := l_rec.window_property_id;
505: --
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);
508: End ins;
509: --
510: end hr_wnp_ins;