DBA Data[Home] [Help]

APPS.HR_IPT_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: -- Added the following code as a part of Zero Downtime Patching Project.

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

101: );
102: --
103: --
104: --
105: hr_utility.set_location(' Leaving:'||l_proc, 10);
106: Exception
107: When hr_api.check_integrity_violated Then
108: -- A check constraint has been violated
109: --

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

168: --
169: l_proc varchar2(72) := g_package||'pre_insert';
170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: p_rec.item_property_id := p_item_property_id;
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: p_rec.item_property_id := p_item_property_id;
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End pre_insert;
178: --
179: -- ----------------------------------------------------------------------------
180: -- |-----------------------------< post_insert >------------------------------|

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

214: --
215: l_proc varchar2(72) := g_package||'post_insert';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: begin
220: --
221: hr_ipt_rki.after_insert
222: (p_item_property_id

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

246: ,p_hook_type => 'AI');
247: --
248: end;
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End post_insert;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |---------------------------------< ins >----------------------------------|

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

260: --
261: l_proc varchar2(72) := g_package||'ins';
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --
266: -- Call the supporting insert validate operations
267: --
268: hr_ipt_bus.insert_validate

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

286: hr_ipt_ins.post_insert
287: (p_rec
288: );
289: --
290: hr_utility.set_location('Leaving:'||l_proc, 20);
291: end ins;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |---------------------------------< ins >----------------------------------|

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

307: l_rec hr_ipt_shd.g_rec_type;
308: l_proc varchar2(72) := g_package||'ins';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: --
313: -- Call conversion function to turn arguments into the
314: -- p_rec structure.
315: --

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

337: -- are specified as an OUT's we must set these values.
338: --
339: --
340: --
341: hr_utility.set_location(' Leaving:'||l_proc, 10);
342: End ins;
343: --
344: -- ----------------------------------------------------------------------------
345: -- |------------------------------< ins_tl >----------------------------------|

Line 371: hr_utility.set_location('Entering:'||l_proc,10);

367: --
368: l_proc varchar2(72) := g_package || 'ins_tl';
369: --
370: Begin
371: hr_utility.set_location('Entering:'||l_proc,10);
372: --
373: -- Insert a row for the base language and every installed language.
374: --
375: for l_lang in csr_ins_langs loop

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

384: ,p_tooltip_text => p_tooltip_text
385: );
386: end loop;
387: --
388: hr_utility.set_location('Leaving:'||l_proc,20);
389: End ins_tl;
390: --
391: end hr_ipt_ins;