DBA Data[Home] [Help]

APPS.IRC_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: --

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

102: --
103: --
104: irc_ipt_shd.clob_dml(p_rec => p_rec
105: ,p_api_updating => false);
106: hr_utility.set_location(' Leaving:'||l_proc, 10);
107: Exception
108: When hr_api.check_integrity_violated Then
109: -- A check constraint has been violated
110: --

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

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

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

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

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

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

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

261: ,p_hook_type => 'AI');
262: --
263: end;
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: End post_insert;
267: --
268: -- ----------------------------------------------------------------------------
269: -- |---------------------------------< ins >----------------------------------|

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

275: --
276: l_proc varchar2(72) := g_package||'ins';
277: --
278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: -- Call the supporting insert validate operations
282: --
283: irc_ipt_bus.insert_validate

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

302: (p_rec
303: );
304: hr_multi_message.end_validation_set;
305: --
306: hr_utility.set_location('Leaving:'||l_proc, 20);
307: end ins;
308: --
309: -- ----------------------------------------------------------------------------
310: -- |---------------------------------< ins >----------------------------------|

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

330: l_rec irc_ipt_shd.g_rec_type;
331: l_proc varchar2(72) := g_package||'ins';
332: --
333: Begin
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: -- Call conversion function to turn arguments into the
337: -- p_rec structure.
338: --

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

367: -- are specified as an OUT's we must set these values.
368: --
369: --
370: --
371: hr_utility.set_location(' Leaving:'||l_proc, 10);
372: End ins;
373: --
374: -- ----------------------------------------------------------------------------
375: -- |------------------------------< ins_tl >----------------------------------|

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

404: --
405: l_proc varchar2(72) := g_package || 'ins_tl';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc,10);
409: --
410: -- Insert a row for the base language and every installed language.
411: --
412: for l_lang in csr_ins_langs loop

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

428: ,p_image_url_alt => p_image_url_alt
429: );
430: end loop;
431: --
432: hr_utility.set_location('Leaving:'||l_proc,20);
433: End ins_tl;
434: --
435: end irc_ipt_ins;