DBA Data[Home] [Help]

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

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

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

165: --
166: l_proc varchar2(72) := g_package||'pre_insert';
167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: p_rec.tab_page_property_id := p_tab_page_property_id;
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: p_rec.tab_page_property_id := p_tab_page_property_id;
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: End pre_insert;
175: --
176: -- ----------------------------------------------------------------------------
177: -- |-----------------------------< post_insert >------------------------------|

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

211: --
212: l_proc varchar2(72) := g_package||'post_insert';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: begin
217: --
218: hr_tpt_rki.after_insert
219: (p_tab_page_property_id

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

235: ,p_hook_type => 'AI');
236: --
237: end;
238: --
239: hr_utility.set_location(' Leaving:'||l_proc, 10);
240: End post_insert;
241: --
242: -- ----------------------------------------------------------------------------
243: -- |---------------------------------< ins >----------------------------------|

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

249: --
250: l_proc varchar2(72) := g_package||'ins';
251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: -- Call the supporting insert validate operations
256: --
257: hr_tpt_bus.insert_validate

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

274: hr_tpt_ins.post_insert
275: (p_rec
276: );
277: --
278: hr_utility.set_location('Leaving:'||l_proc, 20);
279: end ins;
280: --
281: -- ----------------------------------------------------------------------------
282: -- |---------------------------------< ins >----------------------------------|

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

291: l_rec hr_tpt_shd.g_rec_type;
292: l_proc varchar2(72) := g_package||'ins';
293: --
294: Begin
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: --
297: -- Call conversion function to turn arguments into the
298: -- p_rec structure.
299: --

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

317: -- are specified as an OUT's we must set these values.
318: --
319: --
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: End ins;
323: --
324: -- ----------------------------------------------------------------------------
325: -- |------------------------------< ins_tl >----------------------------------|

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

343: --
344: l_proc varchar2(72) := g_package || 'ins_tl';
345: --
346: Begin
347: hr_utility.set_location('Entering:'||l_proc,10);
348: --
349: -- Insert a row for the base language and every installed language.
350: --
351: for l_lang in csr_ins_langs loop

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

356: ,p_label => p_label
357: );
358: end loop;
359: --
360: hr_utility.set_location('Leaving:'||l_proc,20);
361: End ins_tl;
362: --
363: end hr_tpt_ins;